Html Css Color HEX #AC882A Reef Gold

📋 copy color: '#AC882A'

red 172 ◦ green 136 ◦ blue 42

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

Shades of Reef Gold #AC882A

Tints of Reef Gold #AC882A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12%

R = 49.14%
G = 38.86%
B = 12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC882A (or 0xAC882A) is known color: Reef Gold. HEX triplet: AC, 88 and 2A. RGB value is (172,136,42). Sum of RGB (Red+Green+Blue) = 172+136+42=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 42 (16.80% from 255 or 12% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC882A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC882A is #5377D5. Grayscale: #888888. Windows color (decimal): -5470166 or 2787500. OLE color: 2787500.

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

Color convert

RGB 172 136 42 -
CMYK 0 0.21 0.76 0.33
HSL 43.38º 0.61% 0.42% -
HSV(B) 43.38º 0.76% 0.67% -
XYZ 26.24 26.55 5.93 -
YUV 136.05 74.93 153.64 -
System Red Green Blue C M Y K H S L
Decimal 172 136 42 0 0.21 0.76 0.33 43.38 0.61 0.42
Hex AC 88 2A 0 15 4C 21 2B 3D 2A
Octal 254 210 52 0 25 114 41 53 75 52
Binary 10101100 10001000 101010 0 10101 1001100 100001 101011 111101 101010

Color Harmonies of #AC882A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC882A

Black with #AC882A

Text Example


Text Example

White with #AC882A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC882A; }

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

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

background-color css

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

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

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

border-color css

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

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

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