Html Css Color HEX #AC9583 Sandrift

📋 copy color: '#AC9583'

red 172 ◦ green 149 ◦ blue 131

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

Shades of Sandrift #AC9583

Tints of Sandrift #AC9583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.98%

R = 38.05%
G = 32.96%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AC9583 (or 0xAC9583) is known color: Sandrift. HEX triplet: AC, 95 and 83. RGB value is (172,149,131). Sum of RGB (Red+Green+Blue) = 172+149+131=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 131 (51.56% from 255 or 28.98% from 452); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9583 is #536A7C. Grayscale: #999999. Windows color (decimal): -5466749 or 8623532. OLE color: 8623532.

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

Color convert

RGB 172 149 131 -
CMYK 0 0.13 0.24 0.33
HSL 26.34º 0.2% 0.59% -
HSV(B) 26.34º 0.24% 0.67% -
XYZ 31.86 31.9 25.95 -
YUV 153.83 115.12 140.96 -
System Red Green Blue C M Y K H S L
Decimal 172 149 131 0 0.13 0.24 0.33 26.34 0.2 0.59
Hex AC 95 83 0 D 18 21 1A 14 3B
Octal 254 225 203 0 15 30 41 32 24 73
Binary 10101100 10010101 10000011 0 1101 11000 100001 11010 10100 111011

Color Harmonies of #AC9583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9583

Black with #AC9583

Text Example


Text Example

White with #AC9583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9583; }

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

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

background-color css

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

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

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

border-color css

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

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

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