Html Css Color HEX #AC4A1B Rich Gold

📋 copy color: '#AC4A1B'

red 172 ◦ green 74 ◦ blue 27

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

Shades of Rich Gold #AC4A1B

Tints of Rich Gold #AC4A1B

RGB

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

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

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

R = 63%
G = 27.11%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC4A1B (or 0xAC4A1B) is known color: Rich Gold. HEX triplet: AC, 4A and 1B. RGB value is (172,74,27). Sum of RGB (Red+Green+Blue) = 172+74+27=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4A1B is #53B5E4. Grayscale: #626262. Windows color (decimal): -5486053 or 1788588. OLE color: 1788588.

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

Color convert

RGB 172 74 27 -
CMYK 0 0.57 0.84 0.33
HSL 19.45º 0.73% 0.39% -
HSV(B) 19.45º 0.84% 0.67% -
XYZ 19.66 13.75 2.65 -
YUV 97.94 87.97 180.82 -
System Red Green Blue C M Y K H S L
Decimal 172 74 27 0 0.57 0.84 0.33 19.45 0.73 0.39
Hex AC 4A 1B 0 39 54 21 13 49 27
Octal 254 112 33 0 71 124 41 23 111 47
Binary 10101100 1001010 11011 0 111001 1010100 100001 10011 1001001 100111

Color Harmonies of #AC4A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4A1B

Black with #AC4A1B

Text Example


Text Example

White with #AC4A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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