Html Css Color HEX #AC8F2E Reef Gold

📋 copy color: '#AC8F2E'

red 172 ◦ green 143 ◦ blue 46

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

Shades of Reef Gold #AC8F2E

Tints of Reef Gold #AC8F2E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.61%

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

R = 47.65%
G = 39.61%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC8F2E (or 0xAC8F2E) is known color: Reef Gold. HEX triplet: AC, 8F and 2E. RGB value is (172,143,46). Sum of RGB (Red+Green+Blue) = 172+143+46=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 143 (56.25% from 255 or 39.61% from 361); Blue value is 46 (18.36% from 255 or 12.74% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8F2E is #5370D1. Grayscale: #8D8D8D. Windows color (decimal): -5468370 or 3051436. OLE color: 3051436.

HSL color Cylindrical-coordinate representation of color #AC8F2E: hue angle of 46.19º 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 #AC8F2E is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 143 46 -
CMYK 0 0.17 0.73 0.33
HSL 46.19º 0.58% 0.43% -
HSV(B) 46.19º 0.73% 0.67% -
XYZ 27.33 28.61 6.67 -
YUV 140.61 74.61 150.39 -
System Red Green Blue C M Y K H S L
Decimal 172 143 46 0 0.17 0.73 0.33 46.19 0.58 0.43
Hex AC 8F 2E 0 11 49 21 2E 3A 2B
Octal 254 217 56 0 21 111 41 56 72 53
Binary 10101100 10001111 101110 0 10001 1001001 100001 101110 111010 101011

Color Harmonies of #AC8F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8F2E

Black with #AC8F2E

Text Example


Text Example

White with #AC8F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8F2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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