Html Css Color HEX #AC8831 Reef Gold

📋 copy color: '#AC8831'

red 172 ◦ green 136 ◦ blue 49

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

Shades of Reef Gold #AC8831

Tints of Reef Gold #AC8831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.73%

R = 48.18%
G = 38.1%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC8831 (or 0xAC8831) is known color: Reef Gold. HEX triplet: AC, 88 and 31. RGB value is (172,136,49). Sum of RGB (Red+Green+Blue) = 172+136+49=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8831 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8831 is #5377CE. Grayscale: #898989. Windows color (decimal): -5470159 or 3246252. OLE color: 3246252.

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

Color convert

RGB 172 136 49 -
CMYK 0 0.21 0.72 0.33
HSL 42.44º 0.56% 0.43% -
HSV(B) 42.44º 0.72% 0.67% -
XYZ 26.37 26.6 6.65 -
YUV 136.85 78.43 153.07 -
System Red Green Blue C M Y K H S L
Decimal 172 136 49 0 0.21 0.72 0.33 42.44 0.56 0.43
Hex AC 88 31 0 15 48 21 2A 38 2B
Octal 254 210 61 0 25 110 41 52 70 53
Binary 10101100 10001000 110001 0 10101 1001000 100001 101010 111000 101011

Color Harmonies of #AC8831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8831

Black with #AC8831

Text Example


Text Example

White with #AC8831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8831; }

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

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

background-color css

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

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

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

border-color css

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

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

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