Html Css Color HEX #AC4F1E Rich Gold

📋 copy color: '#AC4F1E'

red 172 ◦ green 79 ◦ blue 30

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

Shades of Rich Gold #AC4F1E

Tints of Rich Gold #AC4F1E

RGB

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

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

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

R = 61.21%
G = 28.11%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC4F1E (or 0xAC4F1E) is known color: Rich Gold. HEX triplet: AC, 4F and 1E. RGB value is (172,79,30). Sum of RGB (Red+Green+Blue) = 172+79+30=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4F1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC4F1E is #53B0E1. Grayscale: #656565. Windows color (decimal): -5484770 or 1986476. OLE color: 1986476.

HSL color Cylindrical-coordinate representation of color #AC4F1E: hue angle of 20.7º 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 #AC4F1E is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 79 30 -
CMYK 0 0.54 0.83 0.33
HSL 20.7º 0.7% 0.4% -
HSV(B) 20.7º 0.83% 0.67% -
XYZ 20.04 14.46 2.96 -
YUV 101.22 87.81 178.48 -
System Red Green Blue C M Y K H S L
Decimal 172 79 30 0 0.54 0.83 0.33 20.7 0.7 0.4
Hex AC 4F 1E 0 36 53 21 15 46 28
Octal 254 117 36 0 66 123 41 25 106 50
Binary 10101100 1001111 11110 0 110110 1010011 100001 10101 1000110 101000

Color Harmonies of #AC4F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4F1E

Black with #AC4F1E

Text Example


Text Example

White with #AC4F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4F1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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