Html Css Color HEX #AC9830 Reef Gold

📋 copy color: '#AC9830'

red 172 ◦ green 152 ◦ blue 48

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

Shades of Reef Gold #AC9830

Tints of Reef Gold #AC9830

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.86%

 BLUE value IS 48 (19.14% from 255) = 12.9%

R = 46.24%
G = 40.86%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC9830 (or 0xAC9830) is known color: Reef Gold. HEX triplet: AC, 98 and 30. RGB value is (172,152,48). Sum of RGB (Red+Green+Blue) = 172+152+48=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9830 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9830 is #5367CF. Grayscale: #929292. Windows color (decimal): -5466064 or 3184812. OLE color: 3184812.

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

Color convert

RGB 172 152 48 -
CMYK 0 0.12 0.72 0.33
HSL 50.32º 0.56% 0.43% -
HSV(B) 50.32º 0.72% 0.67% -
XYZ 28.78 31.44 7.35 -
YUV 146.12 72.63 146.46 -
System Red Green Blue C M Y K H S L
Decimal 172 152 48 0 0.12 0.72 0.33 50.32 0.56 0.43
Hex AC 98 30 0 C 48 21 32 38 2B
Octal 254 230 60 0 14 110 41 62 70 53
Binary 10101100 10011000 110000 0 1100 1001000 100001 110010 111000 101011

Color Harmonies of #AC9830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9830

Black with #AC9830

Text Example


Text Example

White with #AC9830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9830; }

 p { color: rgb(172,152,48); }

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

background-color css

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

 a { background-color: rgb(172,152,48); }

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

border-color css

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

 span { border-color: rgb(172,152,48); }

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