Html Css Color HEX #AF705A Sante Fe

📋 copy color: '#AF705A'

red 175 ◦ green 112 ◦ blue 90

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

Shades of Sante Fe #AF705A

Tints of Sante Fe #AF705A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.71%

 BLUE value IS 90 (35.55% from 255) = 23.87%

R = 46.42%
G = 29.71%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF705A (or 0xAF705A) is known color: Sante Fe. HEX triplet: AF, 70 and 5A. RGB value is (175,112,90). Sum of RGB (Red+Green+Blue) = 175+112+90=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF705A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF705A is #508FA5. Grayscale: #808080. Windows color (decimal): -5279654 or 5927087. OLE color: 5927087.

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

Color convert

RGB 175 112 90 -
CMYK 0 0.36 0.49 0.31
HSL 15.53º 0.35% 0.52% -
HSV(B) 15.53º 0.49% 0.69% -
XYZ 25.32 21.44 12.48 -
YUV 128.33 106.37 161.29 -
System Red Green Blue C M Y K H S L
Decimal 175 112 90 0 0.36 0.49 0.31 15.53 0.35 0.52
Hex AF 70 5A 0 24 31 1F 10 23 34
Octal 257 160 132 0 44 61 37 20 43 64
Binary 10101111 1110000 1011010 0 100100 110001 11111 10000 100011 110100

Color Harmonies of #AF705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF705A

Black with #AF705A

Text Example


Text Example

White with #AF705A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF705A; }

 p { color: rgb(175,112,90); }

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

background-color css

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

 a { background-color: rgb(175,112,90); }

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

border-color css

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

 span { border-color: rgb(175,112,90); }

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