Html Css Color HEX #AF6F5C Sante Fe

📋 copy color: '#AF6F5C'

red 175 ◦ green 111 ◦ blue 92

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

Shades of Sante Fe #AF6F5C

Tints of Sante Fe #AF6F5C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.37%

 BLUE value IS 92 (36.33% from 255) = 24.34%

R = 46.3%
G = 29.37%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF6F5C (or 0xAF6F5C) is known color: Sante Fe. HEX triplet: AF, 6F and 5C. RGB value is (175,111,92). Sum of RGB (Red+Green+Blue) = 175+111+92=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6F5C is #5090A3. Grayscale: #808080. Windows color (decimal): -5279908 or 6057903. OLE color: 6057903.

HSL color Cylindrical-coordinate representation of color #AF6F5C: hue angle of 13.73º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF6F5C is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 111 92 -
CMYK 0 0.37 0.47 0.31
HSL 13.73º 0.34% 0.52% -
HSV(B) 13.73º 0.47% 0.69% -
XYZ 25.3 21.26 12.89 -
YUV 127.97 107.7 161.54 -
System Red Green Blue C M Y K H S L
Decimal 175 111 92 0 0.37 0.47 0.31 13.73 0.34 0.52
Hex AF 6F 5C 0 25 2F 1F E 22 34
Octal 257 157 134 0 45 57 37 16 42 64
Binary 10101111 1101111 1011100 0 100101 101111 11111 1110 100010 110100

Color Harmonies of #AF6F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6F5C

Black with #AF6F5C

Text Example


Text Example

White with #AF6F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6F5C; }

 p { color: rgb(175,111,92); }

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

background-color css

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

 a { background-color: rgb(175,111,92); }

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

border-color css

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

 span { border-color: rgb(175,111,92); }

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