Html Css Color HEX #AC9931 Reef Gold

📋 copy color: '#AC9931'

red 172 ◦ green 153 ◦ blue 49

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

Shades of Reef Gold #AC9931

Tints of Reef Gold #AC9931

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.91%

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

R = 45.99%
G = 40.91%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC9931 (or 0xAC9931) is known color: Reef Gold. HEX triplet: AC, 99 and 31. RGB value is (172,153,49). Sum of RGB (Red+Green+Blue) = 172+153+49=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 49 (19.53% from 255 or 13.10% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9931 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9931 is #5366CE. Grayscale: #939393. Windows color (decimal): -5465807 or 3250604. OLE color: 3250604.

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

Color convert

RGB 172 153 49 -
CMYK 0 0.11 0.72 0.33
HSL 50.73º 0.56% 0.43% -
HSV(B) 50.73º 0.72% 0.67% -
XYZ 28.96 31.77 7.51 -
YUV 146.83 72.79 145.96 -
System Red Green Blue C M Y K H S L
Decimal 172 153 49 0 0.11 0.72 0.33 50.73 0.56 0.43
Hex AC 99 31 0 B 48 21 33 38 2B
Octal 254 231 61 0 13 110 41 63 70 53
Binary 10101100 10011001 110001 0 1011 1001000 100001 110011 111000 101011

Color Harmonies of #AC9931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9931

Black with #AC9931

Text Example


Text Example

White with #AC9931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9931; }

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

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

background-color css

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

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

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

border-color css

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

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

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