Html Css Color HEX #AC8B2C Reef Gold

📋 copy color: '#AC8B2C'

red 172 ◦ green 139 ◦ blue 44

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

Shades of Reef Gold #AC8B2C

Tints of Reef Gold #AC8B2C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.15%

 BLUE value IS 44 (17.58% from 255) = 12.39%

R = 48.45%
G = 39.15%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC8B2C (or 0xAC8B2C) is known color: Reef Gold. HEX triplet: AC, 8B and 2C. RGB value is (172,139,44). Sum of RGB (Red+Green+Blue) = 172+139+44=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 44 (17.58% from 255 or 12.39% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8B2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8B2C is #5374D3. Grayscale: #8A8A8A. Windows color (decimal): -5469396 or 2919340. OLE color: 2919340.

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

Color convert

RGB 172 139 44 -
CMYK 0 0.19 0.74 0.33
HSL 44.53º 0.59% 0.42% -
HSV(B) 44.53º 0.74% 0.67% -
XYZ 26.7 27.42 6.27 -
YUV 138.04 74.93 152.22 -
System Red Green Blue C M Y K H S L
Decimal 172 139 44 0 0.19 0.74 0.33 44.53 0.59 0.42
Hex AC 8B 2C 0 13 4A 21 2D 3B 2A
Octal 254 213 54 0 23 112 41 55 73 52
Binary 10101100 10001011 101100 0 10011 1001010 100001 101101 111011 101010

Color Harmonies of #AC8B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8B2C

Black with #AC8B2C

Text Example


Text Example

White with #AC8B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8B2C; }

 p { color: rgb(172,139,44); }

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

background-color css

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

 a { background-color: rgb(172,139,44); }

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

border-color css

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

 span { border-color: rgb(172,139,44); }

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