Html Css Color HEX #AF6D4A Sante Fe

📋 copy color: '#AF6D4A'

red 175 ◦ green 109 ◦ blue 74

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

Shades of Sante Fe #AF6D4A

Tints of Sante Fe #AF6D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.67%

R = 48.88%
G = 30.45%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF6D4A (or 0xAF6D4A) is known color: Sante Fe. HEX triplet: AF, 6D and 4A. RGB value is (175,109,74). Sum of RGB (Red+Green+Blue) = 175+109+74=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6D4A is #5092B5. Grayscale: #7C7C7C. Windows color (decimal): -5280438 or 4877743. OLE color: 4877743.

HSL color Cylindrical-coordinate representation of color #AF6D4A: hue angle of 20.79º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF6D4A is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 109 74 -
CMYK 0 0.38 0.58 0.31
HSL 20.79º 0.41% 0.49% -
HSV(B) 20.79º 0.58% 0.69% -
XYZ 24.38 20.55 9.16 -
YUV 124.74 99.37 163.85 -
System Red Green Blue C M Y K H S L
Decimal 175 109 74 0 0.38 0.58 0.31 20.79 0.41 0.49
Hex AF 6D 4A 0 26 3A 1F 15 29 31
Octal 257 155 112 0 46 72 37 25 51 61
Binary 10101111 1101101 1001010 0 100110 111010 11111 10101 101001 110001

Color Harmonies of #AF6D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6D4A

Black with #AF6D4A

Text Example


Text Example

White with #AF6D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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