Html Css Color HEX #AF6A4D Sante Fe

📋 copy color: '#AF6A4D'

red 175 ◦ green 106 ◦ blue 77

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

Shades of Sante Fe #AF6A4D

Tints of Sante Fe #AF6A4D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.61%

 BLUE value IS 77 (30.47% from 255) = 21.51%

R = 48.88%
G = 29.61%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#AF6A4D (or 0xAF6A4D) is known color: Sante Fe. HEX triplet: AF, 6A and 4D. RGB value is (175,106,77). Sum of RGB (Red+Green+Blue) = 175+106+77=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6A4D is #5095B2. Grayscale: #7B7B7B. Windows color (decimal): -5281203 or 5073583. OLE color: 5073583.

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

Color convert

RGB 175 106 77 -
CMYK 0 0.39 0.56 0.31
HSL 17.76º 0.39% 0.49% -
HSV(B) 17.76º 0.56% 0.69% -
XYZ 24.17 19.96 9.6 -
YUV 123.33 101.86 164.86 -
System Red Green Blue C M Y K H S L
Decimal 175 106 77 0 0.39 0.56 0.31 17.76 0.39 0.49
Hex AF 6A 4D 0 27 38 1F 12 27 31
Octal 257 152 115 0 47 70 37 22 47 61
Binary 10101111 1101010 1001101 0 100111 111000 11111 10010 100111 110001

Color Harmonies of #AF6A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6A4D

Black with #AF6A4D

Text Example


Text Example

White with #AF6A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6A4D; }

 p { color: rgb(175,106,77); }

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

background-color css

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

 a { background-color: rgb(175,106,77); }

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

border-color css

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

 span { border-color: rgb(175,106,77); }

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