Html Css Color HEX #AC8F31 Reef Gold

📋 copy color: '#AC8F31'

red 172 ◦ green 143 ◦ blue 49

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

Shades of Reef Gold #AC8F31

Tints of Reef Gold #AC8F31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.46%

R = 47.25%
G = 39.29%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC8F31 (or 0xAC8F31) is known color: Reef Gold. HEX triplet: AC, 8F and 31. RGB value is (172,143,49). Sum of RGB (Red+Green+Blue) = 172+143+49=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 143 (56.25% from 255 or 39.29% from 364); Blue value is 49 (19.53% from 255 or 13.46% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8F31 is #5370CE. Grayscale: #8D8D8D. Windows color (decimal): -5468367 or 3248044. OLE color: 3248044.

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

Color convert

RGB 172 143 49 -
CMYK 0 0.17 0.72 0.33
HSL 45.85º 0.56% 0.43% -
HSV(B) 45.85º 0.72% 0.67% -
XYZ 27.39 28.64 6.99 -
YUV 140.96 76.11 150.14 -
System Red Green Blue C M Y K H S L
Decimal 172 143 49 0 0.17 0.72 0.33 45.85 0.56 0.43
Hex AC 8F 31 0 11 48 21 2E 38 2B
Octal 254 217 61 0 21 110 41 56 70 53
Binary 10101100 10001111 110001 0 10001 1001000 100001 101110 111000 101011

Color Harmonies of #AC8F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8F31

Black with #AC8F31

Text Example


Text Example

White with #AC8F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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