Html Css Color HEX #AF715A Sante Fe

📋 copy color: '#AF715A'

red 175 ◦ green 113 ◦ blue 90

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

Shades of Sante Fe #AF715A

Tints of Sante Fe #AF715A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.89%

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

R = 46.3%
G = 29.89%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF715A (or 0xAF715A) is known color: Sante Fe. HEX triplet: AF, 71 and 5A. RGB value is (175,113,90). Sum of RGB (Red+Green+Blue) = 175+113+90=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF715A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF715A is #508EA5. Grayscale: #818181. Windows color (decimal): -5279398 or 5927343. OLE color: 5927343.

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

Color convert

RGB 175 113 90 -
CMYK 0 0.35 0.49 0.31
HSL 16.24º 0.35% 0.52% -
HSV(B) 16.24º 0.49% 0.69% -
XYZ 25.43 21.66 12.51 -
YUV 128.92 106.04 160.87 -
System Red Green Blue C M Y K H S L
Decimal 175 113 90 0 0.35 0.49 0.31 16.24 0.35 0.52
Hex AF 71 5A 0 23 31 1F 10 23 34
Octal 257 161 132 0 43 61 37 20 43 64
Binary 10101111 1110001 1011010 0 100011 110001 11111 10000 100011 110100

Color Harmonies of #AF715A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF715A

Black with #AF715A

Text Example


Text Example

White with #AF715A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF715A; }

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

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

background-color css

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

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

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

border-color css

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

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

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