Html Css Color HEX #AF6A59 Sante Fe

📋 copy color: '#AF6A59'

red 175 ◦ green 106 ◦ blue 89

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

Shades of Sante Fe #AF6A59

Tints of Sante Fe #AF6A59

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.65%

 BLUE value IS 89 (35.16% from 255) = 24.05%

R = 47.3%
G = 28.65%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF6A59 (or 0xAF6A59) is known color: Sante Fe. HEX triplet: AF, 6A and 59. RGB value is (175,106,89). Sum of RGB (Red+Green+Blue) = 175+106+89=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 89 (35.16% from 255 or 24.05% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6A59 is #5095A6. Grayscale: #7C7C7C. Windows color (decimal): -5281191 or 5860015. OLE color: 5860015.

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

Color convert

RGB 175 106 89 -
CMYK 0 0.39 0.49 0.31
HSL 11.86º 0.35% 0.52% -
HSV(B) 11.86º 0.49% 0.69% -
XYZ 24.64 20.14 12.04 -
YUV 124.69 107.86 163.88 -
System Red Green Blue C M Y K H S L
Decimal 175 106 89 0 0.39 0.49 0.31 11.86 0.35 0.52
Hex AF 6A 59 0 27 31 1F C 23 34
Octal 257 152 131 0 47 61 37 14 43 64
Binary 10101111 1101010 1011001 0 100111 110001 11111 1100 100011 110100

Color Harmonies of #AF6A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6A59

Black with #AF6A59

Text Example


Text Example

White with #AF6A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6A59; }

 p { color: rgb(175,106,89); }

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

background-color css

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

 a { background-color: rgb(175,106,89); }

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

border-color css

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

 span { border-color: rgb(175,106,89); }

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