Html Css Color HEX #AC551B Rich Gold

📋 copy color: '#AC551B'

red 172 ◦ green 85 ◦ blue 27

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

Shades of Rich Gold #AC551B

Tints of Rich Gold #AC551B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.93%

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

R = 60.56%
G = 29.93%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC551B (or 0xAC551B) is known color: Rich Gold. HEX triplet: AC, 55 and 1B. RGB value is (172,85,27). Sum of RGB (Red+Green+Blue) = 172+85+27=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC551B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC551B is #53AAE4. Grayscale: #686868. Windows color (decimal): -5483237 or 1791404. OLE color: 1791404.

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

Color convert

RGB 172 85 27 -
CMYK 0 0.51 0.84 0.33
HSL 24º 0.73% 0.39% -
HSV(B) 24º 0.84% 0.67% -
XYZ 20.46 15.35 2.92 -
YUV 104.4 84.32 176.22 -
System Red Green Blue C M Y K H S L
Decimal 172 85 27 0 0.51 0.84 0.33 24 0.73 0.39
Hex AC 55 1B 0 33 54 21 18 49 27
Octal 254 125 33 0 63 124 41 30 111 47
Binary 10101100 1010101 11011 0 110011 1010100 100001 11000 1001001 100111

Color Harmonies of #AC551B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC551B

Black with #AC551B

Text Example


Text Example

White with #AC551B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC551B; }

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

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

background-color css

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

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

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

border-color css

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

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

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