Html Css Color HEX #AF8C7D Sandrift

📋 copy color: '#AF8C7D'

red 175 ◦ green 140 ◦ blue 125

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

Shades of Sandrift #AF8C7D

Tints of Sandrift #AF8C7D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.82%

 BLUE value IS 125 (49.22% from 255) = 28.41%

R = 39.77%
G = 31.82%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF8C7D (or 0xAF8C7D) is known color: Sandrift. HEX triplet: AF, 8C and 7D. RGB value is (175,140,125). Sum of RGB (Red+Green+Blue) = 175+140+125=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8C7D is #507382. Grayscale: #949494. Windows color (decimal): -5272451 or 8228015. OLE color: 8228015.

HSL color Cylindrical-coordinate representation of color #AF8C7D: hue angle of 18º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF8C7D is Cyan = 0, Magento = 0.2, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 140 125 -
CMYK 0 0.2 0.29 0.31
HSL 18º 0.24% 0.59% -
HSV(B) 18º 0.29% 0.69% -
XYZ 30.76 29.35 23.45 -
YUV 148.76 114.6 146.72 -
System Red Green Blue C M Y K H S L
Decimal 175 140 125 0 0.2 0.29 0.31 18 0.24 0.59
Hex AF 8C 7D 0 14 1D 1F 12 18 3B
Octal 257 214 175 0 24 35 37 22 30 73
Binary 10101111 10001100 1111101 0 10100 11101 11111 10010 11000 111011

Color Harmonies of #AF8C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8C7D

Black with #AF8C7D

Text Example


Text Example

White with #AF8C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8C7D; }

 p { color: rgb(175,140,125); }

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

background-color css

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

 a { background-color: rgb(175,140,125); }

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

border-color css

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

 span { border-color: rgb(175,140,125); }

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