Html Css Color HEX #AC932C Reef Gold

📋 copy color: '#AC932C'

red 172 ◦ green 147 ◦ blue 44

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

Shades of Reef Gold #AC932C

Tints of Reef Gold #AC932C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.12%

R = 47.38%
G = 40.5%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC932C (or 0xAC932C) is known color: Reef Gold. HEX triplet: AC, 93 and 2C. RGB value is (172,147,44). Sum of RGB (Red+Green+Blue) = 172+147+44=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC932C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC932C is #536CD3. Grayscale: #8F8F8F. Windows color (decimal): -5467348 or 2921388. OLE color: 2921388.

HSL color Cylindrical-coordinate representation of color #AC932C: hue angle of 48.28º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC932C is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 147 44 -
CMYK 0 0.15 0.74 0.33
HSL 48.28º 0.59% 0.42% -
HSV(B) 48.28º 0.74% 0.67% -
XYZ 27.9 29.82 6.67 -
YUV 142.73 72.28 148.88 -
System Red Green Blue C M Y K H S L
Decimal 172 147 44 0 0.15 0.74 0.33 48.28 0.59 0.42
Hex AC 93 2C 0 F 4A 21 30 3B 2A
Octal 254 223 54 0 17 112 41 60 73 52
Binary 10101100 10010011 101100 0 1111 1001010 100001 110000 111011 101010

Color Harmonies of #AC932C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC932C

Black with #AC932C

Text Example


Text Example

White with #AC932C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC932C; }

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

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

background-color css

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

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

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

border-color css

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

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

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