Html Css Color HEX #AC952E Reef Gold

📋 copy color: '#AC952E'

red 172 ◦ green 149 ◦ blue 46

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

Shades of Reef Gold #AC952E

Tints of Reef Gold #AC952E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.53%

R = 46.87%
G = 40.6%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC952E (or 0xAC952E) is known color: Reef Gold. HEX triplet: AC, 95 and 2E. RGB value is (172,149,46). Sum of RGB (Red+Green+Blue) = 172+149+46=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 46 (18.36% from 255 or 12.53% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC952E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC952E is #536AD1. Grayscale: #909090. Windows color (decimal): -5466834 or 3052972. OLE color: 3052972.

HSL color Cylindrical-coordinate representation of color #AC952E: hue angle of 49.05º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC952E is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 149 46 -
CMYK 0 0.13 0.73 0.33
HSL 49.05º 0.58% 0.43% -
HSV(B) 49.05º 0.73% 0.67% -
XYZ 28.25 30.46 6.98 -
YUV 144.14 72.62 147.88 -
System Red Green Blue C M Y K H S L
Decimal 172 149 46 0 0.13 0.73 0.33 49.05 0.58 0.43
Hex AC 95 2E 0 D 49 21 31 3A 2B
Octal 254 225 56 0 15 111 41 61 72 53
Binary 10101100 10010101 101110 0 1101 1001001 100001 110001 111010 101011

Color Harmonies of #AC952E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC952E

Black with #AC952E

Text Example


Text Example

White with #AC952E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC952E; }

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

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

background-color css

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

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

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

border-color css

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

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

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