Html Css Color HEX #AC953A Reef Gold

📋 copy color: '#AC953A'

red 172 ◦ green 149 ◦ blue 58

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

Shades of Reef Gold #AC953A

Tints of Reef Gold #AC953A

RGB

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

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

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

R = 45.38%
G = 39.31%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC953A (or 0xAC953A) is known color: Reef Gold. HEX triplet: AC, 95 and 3A. RGB value is (172,149,58). Sum of RGB (Red+Green+Blue) = 172+149+58=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 58 (23.05% from 255 or 15.30% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC953A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC953A is #536AC5. Grayscale: #919191. Windows color (decimal): -5466822 or 3839404. OLE color: 3839404.

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

Color convert

RGB 172 149 58 -
CMYK 0 0.13 0.66 0.33
HSL 47.89º 0.5% 0.45% -
HSV(B) 47.89º 0.66% 0.67% -
XYZ 28.52 30.57 8.4 -
YUV 145.5 78.62 146.9 -
System Red Green Blue C M Y K H S L
Decimal 172 149 58 0 0.13 0.66 0.33 47.89 0.5 0.45
Hex AC 95 3A 0 D 42 21 30 32 2D
Octal 254 225 72 0 15 102 41 60 62 55
Binary 10101100 10010101 111010 0 1101 1000010 100001 110000 110010 101101

Color Harmonies of #AC953A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC953A

Black with #AC953A

Text Example


Text Example

White with #AC953A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC953A; }

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

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

background-color css

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

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

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

border-color css

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

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

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