Html Css Color HEX #AF6D4C Sante Fe

📋 copy color: '#AF6D4C'

red 175 ◦ green 109 ◦ blue 76

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

Shades of Sante Fe #AF6D4C

Tints of Sante Fe #AF6D4C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.28%

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

R = 48.61%
G = 30.28%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF6D4C (or 0xAF6D4C) is known color: Sante Fe. HEX triplet: AF, 6D and 4C. RGB value is (175,109,76). Sum of RGB (Red+Green+Blue) = 175+109+76=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6D4C is #5092B3. Grayscale: #7D7D7D. Windows color (decimal): -5280436 or 5008815. OLE color: 5008815.

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

Color convert

RGB 175 109 76 -
CMYK 0 0.38 0.57 0.31
HSL 20º 0.39% 0.49% -
HSV(B) 20º 0.57% 0.69% -
XYZ 24.45 20.57 9.52 -
YUV 124.97 100.37 163.68 -
System Red Green Blue C M Y K H S L
Decimal 175 109 76 0 0.38 0.57 0.31 20 0.39 0.49
Hex AF 6D 4C 0 26 39 1F 14 27 31
Octal 257 155 114 0 46 71 37 24 47 61
Binary 10101111 1101101 1001100 0 100110 111001 11111 10100 100111 110001

Color Harmonies of #AF6D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6D4C

Black with #AF6D4C

Text Example


Text Example

White with #AF6D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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