Html Css Color HEX #AF6450 Sante Fe

📋 copy color: '#AF6450'

red 175 ◦ green 100 ◦ blue 80

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

Shades of Sante Fe #AF6450

Tints of Sante Fe #AF6450

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.17%

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

R = 49.3%
G = 28.17%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF6450 (or 0xAF6450) is known color: Sante Fe. HEX triplet: AF, 64 and 50. RGB value is (175,100,80). Sum of RGB (Red+Green+Blue) = 175+100+80=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6450 is #509BAF. Grayscale: #787878. Windows color (decimal): -5282736 or 5268655. OLE color: 5268655.

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

Color convert

RGB 175 100 80 -
CMYK 0 0.43 0.54 0.31
HSL 12.63º 0.37% 0.5% -
HSV(B) 12.63º 0.54% 0.69% -
XYZ 23.68 18.81 9.97 -
YUV 120.15 105.35 167.13 -
System Red Green Blue C M Y K H S L
Decimal 175 100 80 0 0.43 0.54 0.31 12.63 0.37 0.5
Hex AF 64 50 0 2B 36 1F D 25 32
Octal 257 144 120 0 53 66 37 15 45 62
Binary 10101111 1100100 1010000 0 101011 110110 11111 1101 100101 110010

Color Harmonies of #AF6450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6450

Black with #AF6450

Text Example


Text Example

White with #AF6450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6450; }

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

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

background-color css

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

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

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

border-color css

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

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

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