Html Css Color HEX #AC993A Reef Gold

📋 copy color: '#AC993A'

red 172 ◦ green 153 ◦ blue 58

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

Shades of Reef Gold #AC993A

Tints of Reef Gold #AC993A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.14%

R = 44.91%
G = 39.95%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC993A (or 0xAC993A) is known color: Reef Gold. HEX triplet: AC, 99 and 3A. RGB value is (172,153,58). Sum of RGB (Red+Green+Blue) = 172+153+58=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 58 (23.05% from 255 or 15.14% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC993A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC993A is #5366C5. Grayscale: #949494. Windows color (decimal): -5465798 or 3840428. OLE color: 3840428.

HSL color Cylindrical-coordinate representation of color #AC993A: hue angle of 50º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC993A is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 153 58 -
CMYK 0 0.11 0.66 0.33
HSL 50º 0.5% 0.45% -
HSV(B) 50º 0.66% 0.67% -
XYZ 29.17 31.86 8.61 -
YUV 147.85 77.29 145.22 -
System Red Green Blue C M Y K H S L
Decimal 172 153 58 0 0.11 0.66 0.33 50 0.5 0.45
Hex AC 99 3A 0 B 42 21 32 32 2D
Octal 254 231 72 0 13 102 41 62 62 55
Binary 10101100 10011001 111010 0 1011 1000010 100001 110010 110010 101101

Color Harmonies of #AC993A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC993A

Black with #AC993A

Text Example


Text Example

White with #AC993A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC993A; }

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

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

background-color css

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

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

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

border-color css

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

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

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