Html Css Color HEX #AF957A Sandrift

📋 copy color: '#AF957A'

red 175 ◦ green 149 ◦ blue 122

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

Shades of Sandrift #AF957A

Tints of Sandrift #AF957A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.35%

R = 39.24%
G = 33.41%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF957A (or 0xAF957A) is known color: Sandrift. HEX triplet: AF, 95 and 7A. RGB value is (175,149,122). Sum of RGB (Red+Green+Blue) = 175+149+122=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF957A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF957A is #506A85. Grayscale: #999999. Windows color (decimal): -5270150 or 8033711. OLE color: 8033711.

HSL color Cylindrical-coordinate representation of color #AF957A: hue angle of 30.57º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF957A is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 149 122 -
CMYK 0 0.15 0.30 0.31
HSL 30.57º 0.25% 0.58% -
HSV(B) 30.57º 0.3% 0.69% -
XYZ 31.94 32.01 22.91 -
YUV 153.7 110.11 143.2 -
System Red Green Blue C M Y K H S L
Decimal 175 149 122 0 0.15 0.30 0.31 30.57 0.25 0.58
Hex AF 95 7A 0 F 1E 1F 1F 19 3A
Octal 257 225 172 0 17 36 37 37 31 72
Binary 10101111 10010101 1111010 0 1111 11110 11111 11111 11001 111010

Color Harmonies of #AF957A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF957A

Black with #AF957A

Text Example


Text Example

White with #AF957A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF957A; }

 p { color: rgb(175,149,122); }

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

background-color css

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

 a { background-color: rgb(175,149,122); }

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

border-color css

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

 span { border-color: rgb(175,149,122); }

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