Html Css Color HEX #AC8C2E Reef Gold

📋 copy color: '#AC8C2E'

red 172 ◦ green 140 ◦ blue 46

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

Shades of Reef Gold #AC8C2E

Tints of Reef Gold #AC8C2E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.11%

 BLUE value IS 46 (18.36% from 255) = 12.85%

R = 48.04%
G = 39.11%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC8C2E (or 0xAC8C2E) is known color: Reef Gold. HEX triplet: AC, 8C and 2E. RGB value is (172,140,46). Sum of RGB (Red+Green+Blue) = 172+140+46=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 140 (55.08% from 255 or 39.11% from 358); Blue value is 46 (18.36% from 255 or 12.85% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8C2E is #5373D1. Grayscale: #8B8B8B. Windows color (decimal): -5469138 or 3050668. OLE color: 3050668.

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

Color convert

RGB 172 140 46 -
CMYK 0 0.19 0.73 0.33
HSL 44.76º 0.58% 0.43% -
HSV(B) 44.76º 0.73% 0.67% -
XYZ 26.88 27.72 6.52 -
YUV 138.85 75.6 151.64 -
System Red Green Blue C M Y K H S L
Decimal 172 140 46 0 0.19 0.73 0.33 44.76 0.58 0.43
Hex AC 8C 2E 0 13 49 21 2D 3A 2B
Octal 254 214 56 0 23 111 41 55 72 53
Binary 10101100 10001100 101110 0 10011 1001001 100001 101101 111010 101011

Color Harmonies of #AC8C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8C2E

Black with #AC8C2E

Text Example


Text Example

White with #AC8C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8C2E; }

 p { color: rgb(172,140,46); }

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

background-color css

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

 a { background-color: rgb(172,140,46); }

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

border-color css

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

 span { border-color: rgb(172,140,46); }

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