Html Css Color HEX #AC5B1A Rich Gold

📋 copy color: '#AC5B1A'

red 172 ◦ green 91 ◦ blue 26

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

Shades of Rich Gold #AC5B1A

Tints of Rich Gold #AC5B1A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.49%

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

R = 59.52%
G = 31.49%
B = 9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC5B1A (or 0xAC5B1A) is known color: Rich Gold. HEX triplet: AC, 5B and 1A. RGB value is (172,91,26). Sum of RGB (Red+Green+Blue) = 172+91+26=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 91 (35.94% from 255 or 31.49% from 289); Blue value is 26 (10.55% from 255 or 9.00% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5B1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5B1A is #53A4E5. Grayscale: #6C6C6C. Windows color (decimal): -5481702 or 1727404. OLE color: 1727404.

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

Color convert

RGB 172 91 26 -
CMYK 0 0.47 0.85 0.33
HSL 26.71º 0.74% 0.39% -
HSV(B) 26.71º 0.85% 0.67% -
XYZ 20.94 16.33 3.03 -
YUV 107.81 81.84 173.79 -
System Red Green Blue C M Y K H S L
Decimal 172 91 26 0 0.47 0.85 0.33 26.71 0.74 0.39
Hex AC 5B 1A 0 2F 55 21 1B 4A 27
Octal 254 133 32 0 57 125 41 33 112 47
Binary 10101100 1011011 11010 0 101111 1010101 100001 11011 1001010 100111

Color Harmonies of #AC5B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5B1A

Black with #AC5B1A

Text Example


Text Example

White with #AC5B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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