Html Css Color HEX #A45823 Rich Gold

📋 copy color: '#A45823'

red 164 ◦ green 88 ◦ blue 35

#A45823
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Gold #A45823

Tints of Rich Gold #A45823

RGB

 RED value IS 164 (64.45% from 255) = 57.14%

 GREEN value IS 88 (34.77% from 255) = 30.66%

 BLUE value IS 35 (14.06% from 255) = 12.2%

R = 57.14%
G = 30.66%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.79

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A45823 (or 0xA45823) is known color: Rich Gold. HEX triplet: A4, 58 and 23. RGB value is (164,88,35). Sum of RGB (Red+Green+Blue) = 164+88+35=287 (38% of max value = 765). Red value is 164 (64.45% from 255 or 57.14% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 35 (14.06% from 255 or 12.20% from 287); Max value from RGB is 164 - color contains mainly: red. Hex color #A45823 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45823 is #5BA7DC. Grayscale: #686868. Windows color (decimal): -6006749 or 2316452. OLE color: 2316452.

HSL color Cylindrical-coordinate representation of color #A45823: hue angle of 24.65º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A45823 is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 88 35 -
CMYK 0 0.46 0.79 0.36
HSL 24.65º 0.65% 0.39% -
HSV(B) 24.65º 0.79% 0.64% -
XYZ 19.1 14.99 3.48 -
YUV 104.68 88.68 170.31 -
System Red Green Blue C M Y K H S L
Decimal 164 88 35 0 0.46 0.79 0.36 24.65 0.65 0.39
Hex A4 58 23 0 2E 4F 24 19 41 27
Octal 244 130 43 0 56 117 44 31 101 47
Binary 10100100 1011000 100011 0 101110 1001111 100100 11001 1000001 100111

Color Harmonies of #A45823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45823

Black with #A45823

Text Example


Text Example

White with #A45823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45823; }

 p { color: rgb(164,88,35); }

 H1.HeaderClassName
 {
   color: #A45823;
 }
 .AnyTagClassName
 {
   color: #A45823;
 }
</style>

background-color css

<style>
 a { background-color: #A45823; }

 a { background-color: rgb(164,88,35); }

 div.DivClassName
 {
   background-color: #A45823;
 }
 .BgClassName
 {
   background-color: #A45823;
 }
</style>

border-color css

<style>
 span { border-color: #A45823; }

 span { border-color: rgb(164,88,35); }

 td.TdClassName
 {
   border-color: #A45823;
 }
 .TagClassName
 {
   border-color: #A45823;
 }
</style>