Html Css Color HEX #AC9031 Reef Gold

📋 copy color: '#AC9031'

red 172 ◦ green 144 ◦ blue 49

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

Shades of Reef Gold #AC9031

Tints of Reef Gold #AC9031

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.45%

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

R = 47.12%
G = 39.45%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC9031 (or 0xAC9031) is known color: Reef Gold. HEX triplet: AC, 90 and 31. RGB value is (172,144,49). Sum of RGB (Red+Green+Blue) = 172+144+49=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 49 (19.53% from 255 or 13.42% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9031 is #536FCE. Grayscale: #8D8D8D. Windows color (decimal): -5468111 or 3248300. OLE color: 3248300.

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

Color convert

RGB 172 144 49 -
CMYK 0 0.16 0.72 0.33
HSL 46.34º 0.56% 0.43% -
HSV(B) 46.34º 0.72% 0.67% -
XYZ 27.54 28.94 7.04 -
YUV 141.54 75.78 149.72 -
System Red Green Blue C M Y K H S L
Decimal 172 144 49 0 0.16 0.72 0.33 46.34 0.56 0.43
Hex AC 90 31 0 10 48 21 2E 38 2B
Octal 254 220 61 0 20 110 41 56 70 53
Binary 10101100 10010000 110001 0 10000 1001000 100001 101110 111000 101011

Color Harmonies of #AC9031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9031

Black with #AC9031

Text Example


Text Example

White with #AC9031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9031; }

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

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

background-color css

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

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

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

border-color css

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

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

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