Html Css Color HEX #AF705B Sante Fe

📋 copy color: '#AF705B'

red 175 ◦ green 112 ◦ blue 91

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

Shades of Sante Fe #AF705B

Tints of Sante Fe #AF705B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.07%

R = 46.3%
G = 29.63%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF705B (or 0xAF705B) is known color: Sante Fe. HEX triplet: AF, 70 and 5B. RGB value is (175,112,91). Sum of RGB (Red+Green+Blue) = 175+112+91=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 91 (35.94% from 255 or 24.07% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF705B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF705B is #508FA4. Grayscale: #808080. Windows color (decimal): -5279653 or 5992623. OLE color: 5992623.

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

Color convert

RGB 175 112 91 -
CMYK 0 0.36 0.48 0.31
HSL 15º 0.34% 0.52% -
HSV(B) 15º 0.48% 0.69% -
XYZ 25.36 21.46 12.7 -
YUV 128.44 106.87 161.21 -
System Red Green Blue C M Y K H S L
Decimal 175 112 91 0 0.36 0.48 0.31 15 0.34 0.52
Hex AF 70 5B 0 24 30 1F F 22 34
Octal 257 160 133 0 44 60 37 17 42 64
Binary 10101111 1110000 1011011 0 100100 110000 11111 1111 100010 110100

Color Harmonies of #AF705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF705B

Black with #AF705B

Text Example


Text Example

White with #AF705B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF705B; }

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

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

background-color css

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

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

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

border-color css

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

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

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