Html Css Color HEX #AC4A1A Rich Gold

📋 copy color: '#AC4A1A'

red 172 ◦ green 74 ◦ blue 26

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

Shades of Rich Gold #AC4A1A

Tints of Rich Gold #AC4A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.56%

R = 63.24%
G = 27.21%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC4A1A (or 0xAC4A1A) is known color: Rich Gold. HEX triplet: AC, 4A and 1A. RGB value is (172,74,26). Sum of RGB (Red+Green+Blue) = 172+74+26=272 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.24% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 26 (10.55% from 255 or 9.56% from 272); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4A1A is #53B5E5. Grayscale: #626262. Windows color (decimal): -5486054 or 1723052. OLE color: 1723052.

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

Color convert

RGB 172 74 26 -
CMYK 0 0.57 0.85 0.33
HSL 19.73º 0.74% 0.39% -
HSV(B) 19.73º 0.85% 0.67% -
XYZ 19.65 13.74 2.59 -
YUV 97.83 87.47 180.9 -
System Red Green Blue C M Y K H S L
Decimal 172 74 26 0 0.57 0.85 0.33 19.73 0.74 0.39
Hex AC 4A 1A 0 39 55 21 14 4A 27
Octal 254 112 32 0 71 125 41 24 112 47
Binary 10101100 1001010 11010 0 111001 1010101 100001 10100 1001010 100111

Color Harmonies of #AC4A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4A1A

Black with #AC4A1A

Text Example


Text Example

White with #AC4A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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