Html Css Color HEX #AF9481 Sandrift

📋 copy color: '#AF9481'

red 175 ◦ green 148 ◦ blue 129

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

Shades of Sandrift #AF9481

Tints of Sandrift #AF9481

RGB

 RED value IS 175 (68.75% from 255) = 38.72%

 GREEN value IS 148 (58.2% from 255) = 32.74%

 BLUE value IS 129 (50.78% from 255) = 28.54%

R = 38.72%
G = 32.74%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF9481 (or 0xAF9481) is known color: Sandrift. HEX triplet: AF, 94 and 81. RGB value is (175,148,129). Sum of RGB (Red+Green+Blue) = 175+148+129=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 129 (50.78% from 255 or 28.54% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9481 is #506B7E. Grayscale: #9A9A9A. Windows color (decimal): -5270399 or 8492207. OLE color: 8492207.

HSL color Cylindrical-coordinate representation of color #AF9481: hue angle of 24.78º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AF9481 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 148 129 -
CMYK 0 0.15 0.26 0.31
HSL 24.78º 0.22% 0.6% -
HSV(B) 24.78º 0.26% 0.69% -
XYZ 32.23 31.88 25.22 -
YUV 153.91 113.95 143.04 -
System Red Green Blue C M Y K H S L
Decimal 175 148 129 0 0.15 0.26 0.31 24.78 0.22 0.6
Hex AF 94 81 0 F 1A 1F 19 16 3C
Octal 257 224 201 0 17 32 37 31 26 74
Binary 10101111 10010100 10000001 0 1111 11010 11111 11001 10110 111100

Color Harmonies of #AF9481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9481

Black with #AF9481

Text Example


Text Example

White with #AF9481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9481; }

 p { color: rgb(175,148,129); }

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

background-color css

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

 a { background-color: rgb(175,148,129); }

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

border-color css

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

 span { border-color: rgb(175,148,129); }

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