Html Css Color HEX #A05723 Rich Gold

📋 copy color: '#A05723'

red 160 ◦ green 87 ◦ blue 35

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

Shades of Rich Gold #A05723

Tints of Rich Gold #A05723

RGB

 RED value IS 160 (62.89% from 255) = 56.74%

 GREEN value IS 87 (34.38% from 255) = 30.85%

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

R = 56.74%
G = 30.85%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A05723 (or 0xA05723) is known color: Rich Gold. HEX triplet: A0, 57 and 23. RGB value is (160,87,35). Sum of RGB (Red+Green+Blue) = 160+87+35=282 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.74% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 35 (14.06% from 255 or 12.41% from 282); Max value from RGB is 160 - color contains mainly: red. Hex color #A05723 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05723 is #5FA8DC. Grayscale: #676767. Windows color (decimal): -6269149 or 2316192. OLE color: 2316192.

HSL color Cylindrical-coordinate representation of color #A05723: hue angle of 24.96º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A05723 is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 87 35 -
CMYK 0 0.46 0.78 0.37
HSL 24.96º 0.64% 0.38% -
HSV(B) 24.96º 0.78% 0.63% -
XYZ 18.21 14.41 3.41 -
YUV 102.9 89.68 168.73 -
System Red Green Blue C M Y K H S L
Decimal 160 87 35 0 0.46 0.78 0.37 24.96 0.64 0.38
Hex A0 57 23 0 2E 4E 25 19 40 26
Octal 240 127 43 0 56 116 45 31 100 46
Binary 10100000 1010111 100011 0 101110 1001110 100101 11001 1000000 100110

Color Harmonies of #A05723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05723

Black with #A05723

Text Example


Text Example

White with #A05723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05723; }

 p { color: rgb(160,87,35); }

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

background-color css

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

 a { background-color: rgb(160,87,35); }

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

border-color css

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

 span { border-color: rgb(160,87,35); }

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