Html Css Color HEX #AF947A Sandrift

📋 copy color: '#AF947A'

red 175 ◦ green 148 ◦ blue 122

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

Shades of Sandrift #AF947A

Tints of Sandrift #AF947A

RGB

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

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

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

R = 39.33%
G = 33.26%
B = 27.42%

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

#AF947A (or 0xAF947A) is known color: Sandrift. HEX triplet: AF, 94 and 7A. RGB value is (175,148,122). Sum of RGB (Red+Green+Blue) = 175+148+122=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 175 - color contains mainly: red. Hex color #AF947A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF947A is #506B85. Grayscale: #999999. Windows color (decimal): -5270406 or 8033455. OLE color: 8033455.

HSL color Cylindrical-coordinate representation of color #AF947A: hue angle of 29.43º 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 #AF947A is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 148 122 -
CMYK 0 0.15 0.30 0.31
HSL 29.43º 0.25% 0.58% -
HSV(B) 29.43º 0.3% 0.69% -
XYZ 31.78 31.7 22.86 -
YUV 153.11 110.45 143.61 -
System Red Green Blue C M Y K H S L
Decimal 175 148 122 0 0.15 0.30 0.31 29.43 0.25 0.58
Hex AF 94 7A 0 F 1E 1F 1D 19 3A
Octal 257 224 172 0 17 36 37 35 31 72
Binary 10101111 10010100 1111010 0 1111 11110 11111 11101 11001 111010

Color Harmonies of #AF947A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF947A

Black with #AF947A

Text Example


Text Example

White with #AF947A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF947A; }

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

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

background-color css

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

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

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

border-color css

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

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

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