Html Css Color HEX #AC8F2C Reef Gold

📋 copy color: '#AC8F2C'

red 172 ◦ green 143 ◦ blue 44

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

Shades of Reef Gold #AC8F2C

Tints of Reef Gold #AC8F2C

RGB

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

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

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

R = 47.91%
G = 39.83%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC8F2C (or 0xAC8F2C) is known color: Reef Gold. HEX triplet: AC, 8F and 2C. RGB value is (172,143,44). Sum of RGB (Red+Green+Blue) = 172+143+44=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 143 (56.25% from 255 or 39.83% from 359); Blue value is 44 (17.58% from 255 or 12.26% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8F2C is #5370D3. Grayscale: #8C8C8C. Windows color (decimal): -5468372 or 2920364. OLE color: 2920364.

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

Color convert

RGB 172 143 44 -
CMYK 0 0.17 0.74 0.33
HSL 46.41º 0.59% 0.42% -
HSV(B) 46.41º 0.74% 0.67% -
XYZ 27.29 28.6 6.46 -
YUV 140.39 73.61 150.55 -
System Red Green Blue C M Y K H S L
Decimal 172 143 44 0 0.17 0.74 0.33 46.41 0.59 0.42
Hex AC 8F 2C 0 11 4A 21 2E 3B 2A
Octal 254 217 54 0 21 112 41 56 73 52
Binary 10101100 10001111 101100 0 10001 1001010 100001 101110 111011 101010

Color Harmonies of #AC8F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8F2C

Black with #AC8F2C

Text Example


Text Example

White with #AC8F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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