Html Css Color HEX #AF6D4E Sante Fe

📋 copy color: '#AF6D4E'

red 175 ◦ green 109 ◦ blue 78

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

Shades of Sante Fe #AF6D4E

Tints of Sante Fe #AF6D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.55%

R = 48.34%
G = 30.11%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF6D4E (or 0xAF6D4E) is known color: Sante Fe. HEX triplet: AF, 6D and 4E. RGB value is (175,109,78). Sum of RGB (Red+Green+Blue) = 175+109+78=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 78 (30.86% from 255 or 21.55% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6D4E is #5092B1. Grayscale: #7D7D7D. Windows color (decimal): -5280434 or 5139887. OLE color: 5139887.

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

Color convert

RGB 175 109 78 -
CMYK 0 0.38 0.55 0.31
HSL 19.18º 0.38% 0.5% -
HSV(B) 19.18º 0.55% 0.69% -
XYZ 24.52 20.6 9.89 -
YUV 125.2 101.37 163.52 -
System Red Green Blue C M Y K H S L
Decimal 175 109 78 0 0.38 0.55 0.31 19.18 0.38 0.5
Hex AF 6D 4E 0 26 37 1F 13 26 32
Octal 257 155 116 0 46 67 37 23 46 62
Binary 10101111 1101101 1001110 0 100110 110111 11111 10011 100110 110010

Color Harmonies of #AF6D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6D4E

Black with #AF6D4E

Text Example


Text Example

White with #AF6D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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