Html Css Color HEX #AF6850 Sante Fe

📋 copy color: '#AF6850'

red 175 ◦ green 104 ◦ blue 80

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

Shades of Sante Fe #AF6850

Tints of Sante Fe #AF6850

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.97%

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

R = 48.75%
G = 28.97%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF6850 (or 0xAF6850) is known color: Sante Fe. HEX triplet: AF, 68 and 50. RGB value is (175,104,80). Sum of RGB (Red+Green+Blue) = 175+104+80=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6850 is #5097AF. Grayscale: #7A7A7A. Windows color (decimal): -5281712 or 5269679. OLE color: 5269679.

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

Color convert

RGB 175 104 80 -
CMYK 0 0.41 0.54 0.31
HSL 15.16º 0.37% 0.5% -
HSV(B) 15.16º 0.54% 0.69% -
XYZ 24.08 19.59 10.1 -
YUV 122.49 104.02 165.45 -
System Red Green Blue C M Y K H S L
Decimal 175 104 80 0 0.41 0.54 0.31 15.16 0.37 0.5
Hex AF 68 50 0 29 36 1F F 25 32
Octal 257 150 120 0 51 66 37 17 45 62
Binary 10101111 1101000 1010000 0 101001 110110 11111 1111 100101 110010

Color Harmonies of #AF6850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6850

Black with #AF6850

Text Example


Text Example

White with #AF6850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6850; }

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

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

background-color css

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

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

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

border-color css

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

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

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