Html Css Color HEX #AC5817 Rich Gold

📋 copy color: '#AC5817'

red 172 ◦ green 88 ◦ blue 23

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

Shades of Rich Gold #AC5817

Tints of Rich Gold #AC5817

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.1%

 BLUE value IS 23 (9.38% from 255) = 8.13%

R = 60.78%
G = 31.1%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC5817 (or 0xAC5817) is known color: Rich Gold. HEX triplet: AC, 58 and 17. RGB value is (172,88,23). Sum of RGB (Red+Green+Blue) = 172+88+23=283 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.78% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5817 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5817 is #53A7E8. Grayscale: #6A6A6A. Windows color (decimal): -5482473 or 1530028. OLE color: 1530028.

HSL color Cylindrical-coordinate representation of color #AC5817: hue angle of 26.17º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC5817 is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 88 23 -
CMYK 0 0.49 0.87 0.33
HSL 26.17º 0.76% 0.38% -
HSV(B) 26.17º 0.87% 0.67% -
XYZ 20.66 15.81 2.77 -
YUV 105.71 81.33 175.29 -
System Red Green Blue C M Y K H S L
Decimal 172 88 23 0 0.49 0.87 0.33 26.17 0.76 0.38
Hex AC 58 17 0 31 57 21 1A 4C 26
Octal 254 130 27 0 61 127 41 32 114 46
Binary 10101100 1011000 10111 0 110001 1010111 100001 11010 1001100 100110

Color Harmonies of #AC5817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5817

Black with #AC5817

Text Example


Text Example

White with #AC5817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5817; }

 p { color: rgb(172,88,23); }

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

background-color css

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

 a { background-color: rgb(172,88,23); }

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

border-color css

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

 span { border-color: rgb(172,88,23); }

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