Html Css Color HEX #AF714D Sante Fe

📋 copy color: '#AF714D'

red 175 ◦ green 113 ◦ blue 77

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

Shades of Sante Fe #AF714D

Tints of Sante Fe #AF714D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.1%

R = 47.95%
G = 30.96%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#AF714D (or 0xAF714D) is known color: Sante Fe. HEX triplet: AF, 71 and 4D. RGB value is (175,113,77). Sum of RGB (Red+Green+Blue) = 175+113+77=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF714D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF714D is #508EB2. Grayscale: #7F7F7F. Windows color (decimal): -5279411 or 5075375. OLE color: 5075375.

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

Color convert

RGB 175 113 77 -
CMYK 0 0.35 0.56 0.31
HSL 22.04º 0.39% 0.49% -
HSV(B) 22.04º 0.56% 0.69% -
XYZ 24.92 21.46 9.85 -
YUV 127.43 99.54 161.93 -
System Red Green Blue C M Y K H S L
Decimal 175 113 77 0 0.35 0.56 0.31 22.04 0.39 0.49
Hex AF 71 4D 0 23 38 1F 16 27 31
Octal 257 161 115 0 43 70 37 26 47 61
Binary 10101111 1110001 1001101 0 100011 111000 11111 10110 100111 110001

Color Harmonies of #AF714D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF714D

Black with #AF714D

Text Example


Text Example

White with #AF714D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF714D; }

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

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

background-color css

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

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

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

border-color css

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

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

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