Html Css Color HEX #AC501C Rich Gold

📋 copy color: '#AC501C'

red 172 ◦ green 80 ◦ blue 28

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

Shades of Rich Gold #AC501C

Tints of Rich Gold #AC501C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10%

R = 61.43%
G = 28.57%
B = 10%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC501C (or 0xAC501C) is known color: Rich Gold. HEX triplet: AC, 50 and 1C. RGB value is (172,80,28). Sum of RGB (Red+Green+Blue) = 172+80+28=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC501C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC501C is #53AFE3. Grayscale: #656565. Windows color (decimal): -5484516 or 1855660. OLE color: 1855660.

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

Color convert

RGB 172 80 28 -
CMYK 0 0.53 0.84 0.33
HSL 21.67º 0.72% 0.39% -
HSV(B) 21.67º 0.84% 0.67% -
XYZ 20.09 14.59 2.86 -
YUV 101.58 86.48 178.23 -
System Red Green Blue C M Y K H S L
Decimal 172 80 28 0 0.53 0.84 0.33 21.67 0.72 0.39
Hex AC 50 1C 0 35 54 21 16 48 27
Octal 254 120 34 0 65 124 41 26 110 47
Binary 10101100 1010000 11100 0 110101 1010100 100001 10110 1001000 100111

Color Harmonies of #AC501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC501C

Black with #AC501C

Text Example


Text Example

White with #AC501C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC501C; }

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

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

background-color css

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

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

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

border-color css

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

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

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