Html Css Color HEX #AC4A1E Rich Gold

📋 copy color: '#AC4A1E'

red 172 ◦ green 74 ◦ blue 30

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

Shades of Rich Gold #AC4A1E

Tints of Rich Gold #AC4A1E

RGB

 RED value IS 172 (67.58% from 255) = 62.32%

 GREEN value IS 74 (29.3% from 255) = 26.81%

 BLUE value IS 30 (12.11% from 255) = 10.87%

R = 62.32%
G = 26.81%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC4A1E (or 0xAC4A1E) is known color: Rich Gold. HEX triplet: AC, 4A and 1E. RGB value is (172,74,30). Sum of RGB (Red+Green+Blue) = 172+74+30=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4A1E is #53B5E1. Grayscale: #626262. Windows color (decimal): -5486050 or 1985196. OLE color: 1985196.

HSL color Cylindrical-coordinate representation of color #AC4A1E: hue angle of 18.59º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC4A1E is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 74 30 -
CMYK 0 0.57 0.83 0.33
HSL 18.59º 0.7% 0.4% -
HSV(B) 18.59º 0.83% 0.67% -
XYZ 19.7 13.76 2.85 -
YUV 98.29 89.47 180.58 -
System Red Green Blue C M Y K H S L
Decimal 172 74 30 0 0.57 0.83 0.33 18.59 0.7 0.4
Hex AC 4A 1E 0 39 53 21 13 46 28
Octal 254 112 36 0 71 123 41 23 106 50
Binary 10101100 1001010 11110 0 111001 1010011 100001 10011 1000110 101000

Color Harmonies of #AC4A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4A1E

Black with #AC4A1E

Text Example


Text Example

White with #AC4A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4A1E; }

 p { color: rgb(172,74,30); }

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

background-color css

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

 a { background-color: rgb(172,74,30); }

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

border-color css

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

 span { border-color: rgb(172,74,30); }

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