Html Css Color HEX #AC501B Rich Gold

📋 copy color: '#AC501B'

red 172 ◦ green 80 ◦ blue 27

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

Shades of Rich Gold #AC501B

Tints of Rich Gold #AC501B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.68%

R = 61.65%
G = 28.67%
B = 9.68%

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

#AC501B (or 0xAC501B) is known color: Rich Gold. HEX triplet: AC, 50 and 1B. RGB value is (172,80,27). Sum of RGB (Red+Green+Blue) = 172+80+27=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC501B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC501B is #53AFE4. Grayscale: #656565. Windows color (decimal): -5484517 or 1790124. OLE color: 1790124.

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

Color convert

RGB 172 80 27 -
CMYK 0 0.53 0.84 0.33
HSL 21.93º 0.73% 0.39% -
HSV(B) 21.93º 0.84% 0.67% -
XYZ 20.08 14.59 2.79 -
YUV 101.47 85.98 178.31 -
System Red Green Blue C M Y K H S L
Decimal 172 80 27 0 0.53 0.84 0.33 21.93 0.73 0.39
Hex AC 50 1B 0 35 54 21 16 49 27
Octal 254 120 33 0 65 124 41 26 111 47
Binary 10101100 1010000 11011 0 110101 1010100 100001 10110 1001001 100111

Color Harmonies of #AC501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC501B

Black with #AC501B

Text Example


Text Example

White with #AC501B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC501B; }

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

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

background-color css

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

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

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

border-color css

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

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

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