Html Css Color HEX #AC9534 Reef Gold

📋 copy color: '#AC9534'

red 172 ◦ green 149 ◦ blue 52

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

Shades of Reef Gold #AC9534

Tints of Reef Gold #AC9534

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.95%

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

R = 46.11%
G = 39.95%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC9534 (or 0xAC9534) is known color: Reef Gold. HEX triplet: AC, 95 and 34. RGB value is (172,149,52). Sum of RGB (Red+Green+Blue) = 172+149+52=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 52 (20.70% from 255 or 13.94% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9534 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9534 is #536ACB. Grayscale: #919191. Windows color (decimal): -5466828 or 3446188. OLE color: 3446188.

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

Color convert

RGB 172 149 52 -
CMYK 0 0.13 0.70 0.33
HSL 48.5º 0.54% 0.44% -
HSV(B) 48.5º 0.7% 0.67% -
XYZ 28.38 30.51 7.64 -
YUV 144.82 75.62 147.39 -
System Red Green Blue C M Y K H S L
Decimal 172 149 52 0 0.13 0.70 0.33 48.5 0.54 0.44
Hex AC 95 34 0 D 46 21 30 36 2C
Octal 254 225 64 0 15 106 41 60 66 54
Binary 10101100 10010101 110100 0 1101 1000110 100001 110000 110110 101100

Color Harmonies of #AC9534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9534

Black with #AC9534

Text Example


Text Example

White with #AC9534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9534; }

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

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

background-color css

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

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

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

border-color css

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

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

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