Html Css Color HEX #AC501A Rich Gold

📋 copy color: '#AC501A'

red 172 ◦ green 80 ◦ blue 26

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

Shades of Rich Gold #AC501A

Tints of Rich Gold #AC501A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.78%

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

R = 61.87%
G = 28.78%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC501A (or 0xAC501A) is known color: Rich Gold. HEX triplet: AC, 50 and 1A. RGB value is (172,80,26). Sum of RGB (Red+Green+Blue) = 172+80+26=278 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.87% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 172 - color contains mainly: red. Hex color #AC501A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC501A is #53AFE5. Grayscale: #656565. Windows color (decimal): -5484518 or 1724588. OLE color: 1724588.

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

Color convert

RGB 172 80 26 -
CMYK 0 0.53 0.85 0.33
HSL 22.19º 0.74% 0.39% -
HSV(B) 22.19º 0.85% 0.67% -
XYZ 20.07 14.58 2.73 -
YUV 101.35 85.48 178.39 -
System Red Green Blue C M Y K H S L
Decimal 172 80 26 0 0.53 0.85 0.33 22.19 0.74 0.39
Hex AC 50 1A 0 35 55 21 16 4A 27
Octal 254 120 32 0 65 125 41 26 112 47
Binary 10101100 1010000 11010 0 110101 1010101 100001 10110 1001010 100111

Color Harmonies of #AC501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC501A

Black with #AC501A

Text Example


Text Example

White with #AC501A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC501A; }

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

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

background-color css

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

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

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

border-color css

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

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

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