Html Css Color HEX #AF714E Sante Fe

📋 copy color: '#AF714E'

red 175 ◦ green 113 ◦ blue 78

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

Shades of Sante Fe #AF714E

Tints of Sante Fe #AF714E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.31%

R = 47.81%
G = 30.87%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF714E (or 0xAF714E) is known color: Sante Fe. HEX triplet: AF, 71 and 4E. RGB value is (175,113,78). Sum of RGB (Red+Green+Blue) = 175+113+78=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF714E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF714E is #508EB1. Grayscale: #7F7F7F. Windows color (decimal): -5279410 or 5140911. OLE color: 5140911.

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

Color convert

RGB 175 113 78 -
CMYK 0 0.35 0.55 0.31
HSL 21.65º 0.38% 0.5% -
HSV(B) 21.65º 0.55% 0.69% -
XYZ 24.96 21.47 10.04 -
YUV 127.55 100.04 161.85 -
System Red Green Blue C M Y K H S L
Decimal 175 113 78 0 0.35 0.55 0.31 21.65 0.38 0.5
Hex AF 71 4E 0 23 37 1F 16 26 32
Octal 257 161 116 0 43 67 37 26 46 62
Binary 10101111 1110001 1001110 0 100011 110111 11111 10110 100110 110010

Color Harmonies of #AF714E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF714E

Black with #AF714E

Text Example


Text Example

White with #AF714E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF714E; }

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

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

background-color css

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

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

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

border-color css

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

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

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