Html Css Color HEX #AF684C Sante Fe

📋 copy color: '#AF684C'

red 175 ◦ green 104 ◦ blue 76

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

Shades of Sante Fe #AF684C

Tints of Sante Fe #AF684C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.3%

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

R = 49.3%
G = 29.3%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF684C (or 0xAF684C) is known color: Sante Fe. HEX triplet: AF, 68 and 4C. RGB value is (175,104,76). Sum of RGB (Red+Green+Blue) = 175+104+76=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF684C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF684C is #5097B3. Grayscale: #7A7A7A. Windows color (decimal): -5281716 or 5007535. OLE color: 5007535.

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

Color convert

RGB 175 104 76 -
CMYK 0 0.41 0.57 0.31
HSL 16.97º 0.39% 0.49% -
HSV(B) 16.97º 0.57% 0.69% -
XYZ 23.93 19.54 9.35 -
YUV 122.04 102.02 165.78 -
System Red Green Blue C M Y K H S L
Decimal 175 104 76 0 0.41 0.57 0.31 16.97 0.39 0.49
Hex AF 68 4C 0 29 39 1F 11 27 31
Octal 257 150 114 0 51 71 37 21 47 61
Binary 10101111 1101000 1001100 0 101001 111001 11111 10001 100111 110001

Color Harmonies of #AF684C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF684C

Black with #AF684C

Text Example


Text Example

White with #AF684C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF684C; }

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

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

background-color css

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

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

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

border-color css

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

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

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