Html Css Color HEX #AC5C1B Rich Gold

📋 copy color: '#AC5C1B'

red 172 ◦ green 92 ◦ blue 27

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

Shades of Rich Gold #AC5C1B

Tints of Rich Gold #AC5C1B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.62%

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

R = 59.11%
G = 31.62%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC5C1B (or 0xAC5C1B) is known color: Rich Gold. HEX triplet: AC, 5C and 1B. RGB value is (172,92,27). Sum of RGB (Red+Green+Blue) = 172+92+27=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5C1B is #53A3E4. Grayscale: #6C6C6C. Windows color (decimal): -5481445 or 1793196. OLE color: 1793196.

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

Color convert

RGB 172 92 27 -
CMYK 0 0.47 0.84 0.33
HSL 26.9º 0.73% 0.39% -
HSV(B) 26.9º 0.84% 0.67% -
XYZ 21.04 16.5 3.11 -
YUV 108.51 82 173.29 -
System Red Green Blue C M Y K H S L
Decimal 172 92 27 0 0.47 0.84 0.33 26.9 0.73 0.39
Hex AC 5C 1B 0 2F 54 21 1B 49 27
Octal 254 134 33 0 57 124 41 33 111 47
Binary 10101100 1011100 11011 0 101111 1010100 100001 11011 1001001 100111

Color Harmonies of #AC5C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5C1B

Black with #AC5C1B

Text Example


Text Example

White with #AC5C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5C1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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