Html Css Color HEX #AC501F Rich Gold

📋 copy color: '#AC501F'

red 172 ◦ green 80 ◦ blue 31

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

Shades of Rich Gold #AC501F

Tints of Rich Gold #AC501F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.95%

R = 60.78%
G = 28.27%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AC501F (or 0xAC501F) is known color: Rich Gold. HEX triplet: AC, 50 and 1F. RGB value is (172,80,31). Sum of RGB (Red+Green+Blue) = 172+80+31=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 31 (12.5% from 255 or 10.95% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC501F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC501F is #53AFE0. Grayscale: #666666. Windows color (decimal): -5484513 or 2052268. OLE color: 2052268.

HSL color Cylindrical-coordinate representation of color #AC501F: hue angle of 20.85º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC501F is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 80 31 -
CMYK 0 0.53 0.82 0.33
HSL 20.85º 0.69% 0.4% -
HSV(B) 20.85º 0.82% 0.67% -
XYZ 20.13 14.61 3.05 -
YUV 101.92 87.98 177.98 -
System Red Green Blue C M Y K H S L
Decimal 172 80 31 0 0.53 0.82 0.33 20.85 0.69 0.4
Hex AC 50 1F 0 35 52 21 15 45 28
Octal 254 120 37 0 65 122 41 25 105 50
Binary 10101100 1010000 11111 0 110101 1010010 100001 10101 1000101 101000

Color Harmonies of #AC501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC501F

Black with #AC501F

Text Example


Text Example

White with #AC501F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC501F; }

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

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

background-color css

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

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

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

border-color css

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

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

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