Html Css Color HEX #AF9075 Sandrift

📋 copy color: '#AF9075'

red 175 ◦ green 144 ◦ blue 117

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

Shades of Sandrift #AF9075

Tints of Sandrift #AF9075

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.03%

 BLUE value IS 117 (46.09% from 255) = 26.83%

R = 40.14%
G = 33.03%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF9075 (or 0xAF9075) is known color: Sandrift. HEX triplet: AF, 90 and 75. RGB value is (175,144,117). Sum of RGB (Red+Green+Blue) = 175+144+117=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9075 is #506F8A. Grayscale: #969696. Windows color (decimal): -5271435 or 7704751. OLE color: 7704751.

HSL color Cylindrical-coordinate representation of color #AF9075: hue angle of 27.93º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF9075 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 144 117 -
CMYK 0 0.18 0.33 0.31
HSL 27.93º 0.27% 0.57% -
HSV(B) 27.93º 0.33% 0.69% -
XYZ 30.86 30.34 21.06 -
YUV 150.19 109.27 145.7 -
System Red Green Blue C M Y K H S L
Decimal 175 144 117 0 0.18 0.33 0.31 27.93 0.27 0.57
Hex AF 90 75 0 12 21 1F 1C 1B 39
Octal 257 220 165 0 22 41 37 34 33 71
Binary 10101111 10010000 1110101 0 10010 100001 11111 11100 11011 111001

Color Harmonies of #AF9075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9075

Black with #AF9075

Text Example


Text Example

White with #AF9075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9075; }

 p { color: rgb(175,144,117); }

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

background-color css

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

 a { background-color: rgb(175,144,117); }

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

border-color css

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

 span { border-color: rgb(175,144,117); }

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