Html Css Color HEX #AC952B Sahara

📋 copy color: '#AC952B'

red 172 ◦ green 149 ◦ blue 43

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

Shades of Sahara #AC952B

Tints of Sahara #AC952B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.81%

R = 47.25%
G = 40.93%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AC952B (or 0xAC952B) is known color: Sahara. HEX triplet: AC, 95 and 2B. RGB value is (172,149,43). Sum of RGB (Red+Green+Blue) = 172+149+43=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC952B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC952B is #536AD4. Grayscale: #909090. Windows color (decimal): -5466837 or 2856364. OLE color: 2856364.

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

Color convert

RGB 172 149 43 -
CMYK 0 0.13 0.75 0.33
HSL 49.3º 0.6% 0.42% -
HSV(B) 49.3º 0.75% 0.67% -
XYZ 28.2 30.44 6.67 -
YUV 143.79 71.12 148.12 -
System Red Green Blue C M Y K H S L
Decimal 172 149 43 0 0.13 0.75 0.33 49.3 0.6 0.42
Hex AC 95 2B 0 D 4B 21 31 3C 2A
Octal 254 225 53 0 15 113 41 61 74 52
Binary 10101100 10010101 101011 0 1101 1001011 100001 110001 111100 101010

Color Harmonies of #AC952B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC952B

Black with #AC952B

Text Example


Text Example

White with #AC952B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC952B; }

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

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

background-color css

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

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

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

border-color css

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

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

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