Html Css Color HEX #AF694F Sante Fe

📋 copy color: '#AF694F'

red 175 ◦ green 105 ◦ blue 79

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

Shades of Sante Fe #AF694F

Tints of Sante Fe #AF694F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.25%

 BLUE value IS 79 (31.25% from 255) = 22.01%

R = 48.75%
G = 29.25%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF694F (or 0xAF694F) is known color: Sante Fe. HEX triplet: AF, 69 and 4F. RGB value is (175,105,79). Sum of RGB (Red+Green+Blue) = 175+105+79=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 79 (31.25% from 255 or 22.01% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF694F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF694F is #5096B0. Grayscale: #7B7B7B. Windows color (decimal): -5281457 or 5204399. OLE color: 5204399.

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

Color convert

RGB 175 105 79 -
CMYK 0 0.40 0.55 0.31
HSL 16.25º 0.38% 0.5% -
HSV(B) 16.25º 0.55% 0.69% -
XYZ 24.14 19.78 9.94 -
YUV 122.97 103.19 165.11 -
System Red Green Blue C M Y K H S L
Decimal 175 105 79 0 0.40 0.55 0.31 16.25 0.38 0.5
Hex AF 69 4F 0 28 37 1F 10 26 32
Octal 257 151 117 0 50 67 37 20 46 62
Binary 10101111 1101001 1001111 0 101000 110111 11111 10000 100110 110010

Color Harmonies of #AF694F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF694F

Black with #AF694F

Text Example


Text Example

White with #AF694F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF694F; }

 p { color: rgb(175,105,79); }

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

background-color css

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

 a { background-color: rgb(175,105,79); }

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

border-color css

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

 span { border-color: rgb(175,105,79); }

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