Html Css Color HEX #AC8827 Reef Gold

📋 copy color: '#AC8827'

red 172 ◦ green 136 ◦ blue 39

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

Shades of Reef Gold #AC8827

Tints of Reef Gold #AC8827

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.19%

 BLUE value IS 39 (15.63% from 255) = 11.24%

R = 49.57%
G = 39.19%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC8827 (or 0xAC8827) is known color: Reef Gold. HEX triplet: AC, 88 and 27. RGB value is (172,136,39). Sum of RGB (Red+Green+Blue) = 172+136+39=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 39 (15.62% from 255 or 11.24% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8827 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8827 is #5377D8. Grayscale: #888888. Windows color (decimal): -5470169 or 2590892. OLE color: 2590892.

HSL color Cylindrical-coordinate representation of color #AC8827: hue angle of 43.76º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC8827 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 136 39 -
CMYK 0 0.21 0.77 0.33
HSL 43.76º 0.63% 0.41% -
HSV(B) 43.76º 0.77% 0.67% -
XYZ 26.18 26.53 5.66 -
YUV 135.71 73.43 153.89 -
System Red Green Blue C M Y K H S L
Decimal 172 136 39 0 0.21 0.77 0.33 43.76 0.63 0.41
Hex AC 88 27 0 15 4D 21 2C 3F 29
Octal 254 210 47 0 25 115 41 54 77 51
Binary 10101100 10001000 100111 0 10101 1001101 100001 101100 111111 101001

Color Harmonies of #AC8827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8827

Black with #AC8827

Text Example


Text Example

White with #AC8827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8827; }

 p { color: rgb(172,136,39); }

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

background-color css

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

 a { background-color: rgb(172,136,39); }

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

border-color css

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

 span { border-color: rgb(172,136,39); }

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