Html Css Color HEX #AC9234 Reef Gold

📋 copy color: '#AC9234'

red 172 ◦ green 146 ◦ blue 52

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

Shades of Reef Gold #AC9234

Tints of Reef Gold #AC9234

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.46%

 BLUE value IS 52 (20.7% from 255) = 14.05%

R = 46.49%
G = 39.46%
B = 14.05%

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

#AC9234 (or 0xAC9234) is known color: Reef Gold. HEX triplet: AC, 92 and 34. RGB value is (172,146,52). Sum of RGB (Red+Green+Blue) = 172+146+52=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 52 (20.70% from 255 or 14.05% from 370); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9234 is #536DCB. Grayscale: #8F8F8F. Windows color (decimal): -5467596 or 3445420. OLE color: 3445420.

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

Color convert

RGB 172 146 52 -
CMYK 0 0.15 0.70 0.33
HSL 47º 0.54% 0.44% -
HSV(B) 47º 0.7% 0.67% -
XYZ 27.91 29.58 7.49 -
YUV 143.06 76.61 148.64 -
System Red Green Blue C M Y K H S L
Decimal 172 146 52 0 0.15 0.70 0.33 47 0.54 0.44
Hex AC 92 34 0 F 46 21 2F 36 2C
Octal 254 222 64 0 17 106 41 57 66 54
Binary 10101100 10010010 110100 0 1111 1000110 100001 101111 110110 101100

Color Harmonies of #AC9234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9234

Black with #AC9234

Text Example


Text Example

White with #AC9234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9234; }

 p { color: rgb(172,146,52); }

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

background-color css

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

 a { background-color: rgb(172,146,52); }

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

border-color css

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

 span { border-color: rgb(172,146,52); }

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