Html Css Color HEX #A04F23 Rich Gold

📋 copy color: '#A04F23'

red 160 ◦ green 79 ◦ blue 35

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

Shades of Rich Gold #A04F23

Tints of Rich Gold #A04F23

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.83%

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

R = 58.39%
G = 28.83%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A04F23 (or 0xA04F23) is known color: Rich Gold. HEX triplet: A0, 4F and 23. RGB value is (160,79,35). Sum of RGB (Red+Green+Blue) = 160+79+35=274 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.39% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 35 (14.06% from 255 or 12.77% from 274); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04F23 is #5FB0DC. Grayscale: #626262. Windows color (decimal): -6271197 or 2314144. OLE color: 2314144.

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

Color convert

RGB 160 79 35 -
CMYK 0 0.51 0.78 0.37
HSL 21.12º 0.64% 0.38% -
HSV(B) 21.12º 0.78% 0.63% -
XYZ 17.6 13.19 3.21 -
YUV 98.2 92.34 172.08 -
System Red Green Blue C M Y K H S L
Decimal 160 79 35 0 0.51 0.78 0.37 21.12 0.64 0.38
Hex A0 4F 23 0 33 4E 25 15 40 26
Octal 240 117 43 0 63 116 45 25 100 46
Binary 10100000 1001111 100011 0 110011 1001110 100101 10101 1000000 100110

Color Harmonies of #A04F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04F23

Black with #A04F23

Text Example


Text Example

White with #A04F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04F23; }

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

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

background-color css

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

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

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

border-color css

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

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

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