Html Css Color HEX #AC8D31 Reef Gold

📋 copy color: '#AC8D31'

red 172 ◦ green 141 ◦ blue 49

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

Shades of Reef Gold #AC8D31

Tints of Reef Gold #AC8D31

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.95%

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

R = 47.51%
G = 38.95%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC8D31 (or 0xAC8D31) is known color: Reef Gold. HEX triplet: AC, 8D and 31. RGB value is (172,141,49). Sum of RGB (Red+Green+Blue) = 172+141+49=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 141 (55.47% from 255 or 38.95% from 362); Blue value is 49 (19.53% from 255 or 13.54% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8D31 is #5372CE. Grayscale: #8C8C8C. Windows color (decimal): -5468879 or 3247532. OLE color: 3247532.

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

Color convert

RGB 172 141 49 -
CMYK 0 0.18 0.72 0.33
HSL 44.88º 0.56% 0.43% -
HSV(B) 44.88º 0.72% 0.67% -
XYZ 27.09 28.04 6.89 -
YUV 139.78 76.77 150.98 -
System Red Green Blue C M Y K H S L
Decimal 172 141 49 0 0.18 0.72 0.33 44.88 0.56 0.43
Hex AC 8D 31 0 12 48 21 2D 38 2B
Octal 254 215 61 0 22 110 41 55 70 53
Binary 10101100 10001101 110001 0 10010 1001000 100001 101101 111000 101011

Color Harmonies of #AC8D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8D31

Black with #AC8D31

Text Example


Text Example

White with #AC8D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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