Html Css Color HEX #AC5D1B Rich Gold

📋 copy color: '#AC5D1B'

red 172 ◦ green 93 ◦ blue 27

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

Shades of Rich Gold #AC5D1B

Tints of Rich Gold #AC5D1B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.85%

 BLUE value IS 27 (10.94% from 255) = 9.25%

R = 58.9%
G = 31.85%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC5D1B (or 0xAC5D1B) is known color: Rich Gold. HEX triplet: AC, 5D and 1B. RGB value is (172,93,27). Sum of RGB (Red+Green+Blue) = 172+93+27=292 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.90% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 27 (10.94% from 255 or 9.25% from 292); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5D1B is #53A2E4. Grayscale: #6D6D6D. Windows color (decimal): -5481189 or 1793452. OLE color: 1793452.

HSL color Cylindrical-coordinate representation of color #AC5D1B: hue angle of 27.31º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC5D1B is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 93 27 -
CMYK 0 0.46 0.84 0.33
HSL 27.31º 0.73% 0.39% -
HSV(B) 27.31º 0.84% 0.67% -
XYZ 21.13 16.68 3.14 -
YUV 109.1 81.67 172.87 -
System Red Green Blue C M Y K H S L
Decimal 172 93 27 0 0.46 0.84 0.33 27.31 0.73 0.39
Hex AC 5D 1B 0 2E 54 21 1B 49 27
Octal 254 135 33 0 56 124 41 33 111 47
Binary 10101100 1011101 11011 0 101110 1010100 100001 11011 1001001 100111

Color Harmonies of #AC5D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5D1B

Black with #AC5D1B

Text Example


Text Example

White with #AC5D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5D1B; }

 p { color: rgb(172,93,27); }

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

background-color css

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

 a { background-color: rgb(172,93,27); }

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

border-color css

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

 span { border-color: rgb(172,93,27); }

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