Html Css Color HEX #AF714C Sante Fe

📋 copy color: '#AF714C'

red 175 ◦ green 113 ◦ blue 76

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

Shades of Sante Fe #AF714C

Tints of Sante Fe #AF714C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.88%

R = 48.08%
G = 31.04%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF714C (or 0xAF714C) is known color: Sante Fe. HEX triplet: AF, 71 and 4C. RGB value is (175,113,76). Sum of RGB (Red+Green+Blue) = 175+113+76=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF714C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF714C is #508EB3. Grayscale: #7F7F7F. Windows color (decimal): -5279412 or 5009839. OLE color: 5009839.

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

Color convert

RGB 175 113 76 -
CMYK 0 0.35 0.57 0.31
HSL 22.42º 0.39% 0.49% -
HSV(B) 22.42º 0.57% 0.69% -
XYZ 24.89 21.45 9.67 -
YUV 127.32 99.04 162.01 -
System Red Green Blue C M Y K H S L
Decimal 175 113 76 0 0.35 0.57 0.31 22.42 0.39 0.49
Hex AF 71 4C 0 23 39 1F 16 27 31
Octal 257 161 114 0 43 71 37 26 47 61
Binary 10101111 1110001 1001100 0 100011 111001 11111 10110 100111 110001

Color Harmonies of #AF714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF714C

Black with #AF714C

Text Example


Text Example

White with #AF714C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF714C; }

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

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

background-color css

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

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

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

border-color css

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

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

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