Html Css Color HEX #AF8872 Sandrift

📋 copy color: '#AF8872'

red 175 ◦ green 136 ◦ blue 114

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

Shades of Sandrift #AF8872

Tints of Sandrift #AF8872

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32%

 BLUE value IS 114 (44.92% from 255) = 26.82%

R = 41.18%
G = 32%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF8872 (or 0xAF8872) is known color: Sandrift. HEX triplet: AF, 88 and 72. RGB value is (175,136,114). Sum of RGB (Red+Green+Blue) = 175+136+114=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8872 is #50778D. Grayscale: #919191. Windows color (decimal): -5273486 or 7506095. OLE color: 7506095.

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

Color convert

RGB 175 136 114 -
CMYK 0 0.22 0.35 0.31
HSL 21.64º 0.28% 0.57% -
HSV(B) 21.64º 0.35% 0.69% -
XYZ 29.52 27.94 19.76 -
YUV 145.15 110.42 149.29 -
System Red Green Blue C M Y K H S L
Decimal 175 136 114 0 0.22 0.35 0.31 21.64 0.28 0.57
Hex AF 88 72 0 16 23 1F 16 1C 39
Octal 257 210 162 0 26 43 37 26 34 71
Binary 10101111 10001000 1110010 0 10110 100011 11111 10110 11100 111001

Color Harmonies of #AF8872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8872

Black with #AF8872

Text Example


Text Example

White with #AF8872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8872; }

 p { color: rgb(175,136,114); }

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

background-color css

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

 a { background-color: rgb(175,136,114); }

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

border-color css

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

 span { border-color: rgb(175,136,114); }

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