Html Css Color HEX #A04B14 Rich Gold

📋 copy color: '#A04B14'

red 160 ◦ green 75 ◦ blue 20

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

Shades of Rich Gold #A04B14

Tints of Rich Gold #A04B14

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.41%

 BLUE value IS 20 (8.2% from 255) = 7.84%

R = 62.75%
G = 29.41%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A04B14 (or 0xA04B14) is known color: Rich Gold. HEX triplet: A0, 4B and 14. RGB value is (160,75,20). Sum of RGB (Red+Green+Blue) = 160+75+20=255 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.75% from 255); Green value is 75 (29.69% from 255 or 29.41% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 160 - color contains mainly: red. Hex color #A04B14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04B14 is #5FB4EB. Grayscale: #5E5E5E. Windows color (decimal): -6272236 or 1330080. OLE color: 1330080.

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

Color convert

RGB 160 75 20 -
CMYK 0 0.53 0.88 0.37
HSL 23.57º 0.78% 0.35% -
HSV(B) 23.57º 0.88% 0.63% -
XYZ 17.14 12.56 2.18 -
YUV 94.15 86.16 174.97 -
System Red Green Blue C M Y K H S L
Decimal 160 75 20 0 0.53 0.88 0.37 23.57 0.78 0.35
Hex A0 4B 14 0 35 58 25 18 4E 23
Octal 240 113 24 0 65 130 45 30 116 43
Binary 10100000 1001011 10100 0 110101 1011000 100101 11000 1001110 100011

Color Harmonies of #A04B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04B14

Black with #A04B14

Text Example


Text Example

White with #A04B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04B14; }

 p { color: rgb(160,75,20); }

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

background-color css

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

 a { background-color: rgb(160,75,20); }

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

border-color css

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

 span { border-color: rgb(160,75,20); }

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