Html Css Color HEX #A04723 Rich Gold

📋 copy color: '#A04723'

red 160 ◦ green 71 ◦ blue 35

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

Shades of Rich Gold #A04723

Tints of Rich Gold #A04723

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.69%

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

R = 60.15%
G = 26.69%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A04723 (or 0xA04723) is known color: Rich Gold. HEX triplet: A0, 47 and 23. RGB value is (160,71,35). Sum of RGB (Red+Green+Blue) = 160+71+35=266 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.15% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 35 (14.06% from 255 or 13.16% from 266); Max value from RGB is 160 - color contains mainly: red. Hex color #A04723 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04723 is #5FB8DC. Grayscale: #5D5D5D. Windows color (decimal): -6273245 or 2312096. OLE color: 2312096.

HSL color Cylindrical-coordinate representation of color #A04723: hue angle of 17.28º 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 #A04723 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 71 35 -
CMYK 0 0.56 0.78 0.37
HSL 17.28º 0.64% 0.38% -
HSV(B) 17.28º 0.78% 0.63% -
XYZ 17.05 12.1 3.03 -
YUV 93.51 94.99 175.43 -
System Red Green Blue C M Y K H S L
Decimal 160 71 35 0 0.56 0.78 0.37 17.28 0.64 0.38
Hex A0 47 23 0 38 4E 25 11 40 26
Octal 240 107 43 0 70 116 45 21 100 46
Binary 10100000 1000111 100011 0 111000 1001110 100101 10001 1000000 100110

Color Harmonies of #A04723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04723

Black with #A04723

Text Example


Text Example

White with #A04723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04723; }

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

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

background-color css

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

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

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

border-color css

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

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

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