Html Css Color HEX #AF6D50 Sante Fe

📋 copy color: '#AF6D50'

red 175 ◦ green 109 ◦ blue 80

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

Shades of Sante Fe #AF6D50

Tints of Sante Fe #AF6D50

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.95%

 BLUE value IS 80 (31.64% from 255) = 21.98%

R = 48.08%
G = 29.95%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF6D50 (or 0xAF6D50) is known color: Sante Fe. HEX triplet: AF, 6D and 50. RGB value is (175,109,80). Sum of RGB (Red+Green+Blue) = 175+109+80=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6D50 is #5092AF. Grayscale: #7D7D7D. Windows color (decimal): -5280432 or 5270959. OLE color: 5270959.

HSL color Cylindrical-coordinate representation of color #AF6D50: hue angle of 18.32º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF6D50 is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 109 80 -
CMYK 0 0.38 0.54 0.31
HSL 18.32º 0.37% 0.5% -
HSV(B) 18.32º 0.54% 0.69% -
XYZ 24.6 20.63 10.28 -
YUV 125.43 102.37 163.36 -
System Red Green Blue C M Y K H S L
Decimal 175 109 80 0 0.38 0.54 0.31 18.32 0.37 0.5
Hex AF 6D 50 0 26 36 1F 12 25 32
Octal 257 155 120 0 46 66 37 22 45 62
Binary 10101111 1101101 1010000 0 100110 110110 11111 10010 100101 110010

Color Harmonies of #AF6D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6D50

Black with #AF6D50

Text Example


Text Example

White with #AF6D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6D50; }

 p { color: rgb(175,109,80); }

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

background-color css

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

 a { background-color: rgb(175,109,80); }

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

border-color css

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

 span { border-color: rgb(175,109,80); }

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