Html Css Color HEX #AC9333 Reef Gold

📋 copy color: '#AC9333'

red 172 ◦ green 147 ◦ blue 51

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

Shades of Reef Gold #AC9333

Tints of Reef Gold #AC9333

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.73%

 BLUE value IS 51 (20.31% from 255) = 13.78%

R = 46.49%
G = 39.73%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC9333 (or 0xAC9333) is known color: Reef Gold. HEX triplet: AC, 93 and 33. RGB value is (172,147,51). Sum of RGB (Red+Green+Blue) = 172+147+51=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 51 (20.31% from 255 or 13.78% from 370); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9333 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9333 is #536CCC. Grayscale: #8F8F8F. Windows color (decimal): -5467341 or 3380140. OLE color: 3380140.

HSL color Cylindrical-coordinate representation of color #AC9333: hue angle of 47.6º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC9333 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 147 51 -
CMYK 0 0.15 0.70 0.33
HSL 47.6º 0.54% 0.44% -
HSV(B) 47.6º 0.7% 0.67% -
XYZ 28.04 29.88 7.42 -
YUV 143.53 75.78 148.31 -
System Red Green Blue C M Y K H S L
Decimal 172 147 51 0 0.15 0.70 0.33 47.6 0.54 0.44
Hex AC 93 33 0 F 46 21 30 36 2C
Octal 254 223 63 0 17 106 41 60 66 54
Binary 10101100 10010011 110011 0 1111 1000110 100001 110000 110110 101100

Color Harmonies of #AC9333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9333

Black with #AC9333

Text Example


Text Example

White with #AC9333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9333; }

 p { color: rgb(172,147,51); }

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

background-color css

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

 a { background-color: rgb(172,147,51); }

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

border-color css

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

 span { border-color: rgb(172,147,51); }

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