Html Css Color HEX #AC4D1E Rich Gold

📋 copy color: '#AC4D1E'

red 172 ◦ green 77 ◦ blue 30

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

Shades of Rich Gold #AC4D1E

Tints of Rich Gold #AC4D1E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.6%

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

R = 61.65%
G = 27.6%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC4D1E (or 0xAC4D1E) is known color: Rich Gold. HEX triplet: AC, 4D and 1E. RGB value is (172,77,30). Sum of RGB (Red+Green+Blue) = 172+77+30=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 30 (12.11% from 255 or 10.75% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC4D1E is #53B2E1. Grayscale: #646464. Windows color (decimal): -5485282 or 1985964. OLE color: 1985964.

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

Color convert

RGB 172 77 30 -
CMYK 0 0.55 0.83 0.33
HSL 19.86º 0.7% 0.4% -
HSV(B) 19.86º 0.83% 0.67% -
XYZ 19.9 14.17 2.91 -
YUV 100.05 88.47 179.32 -
System Red Green Blue C M Y K H S L
Decimal 172 77 30 0 0.55 0.83 0.33 19.86 0.7 0.4
Hex AC 4D 1E 0 37 53 21 14 46 28
Octal 254 115 36 0 67 123 41 24 106 50
Binary 10101100 1001101 11110 0 110111 1010011 100001 10100 1000110 101000

Color Harmonies of #AC4D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4D1E

Black with #AC4D1E

Text Example


Text Example

White with #AC4D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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