Html Css Color HEX #AF6654 Sante Fe

📋 copy color: '#AF6654'

red 175 ◦ green 102 ◦ blue 84

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

Shades of Sante Fe #AF6654

Tints of Sante Fe #AF6654

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.25%

 BLUE value IS 84 (33.2% from 255) = 23.27%

R = 48.48%
G = 28.25%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#AF6654 (or 0xAF6654) is known color: Sante Fe. HEX triplet: AF, 66 and 54. RGB value is (175,102,84). Sum of RGB (Red+Green+Blue) = 175+102+84=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 84 (33.20% from 255 or 23.27% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6654 is #5099AB. Grayscale: #797979. Windows color (decimal): -5282220 or 5531311. OLE color: 5531311.

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

Color convert

RGB 175 102 84 -
CMYK 0 0.42 0.52 0.31
HSL 11.87º 0.36% 0.51% -
HSV(B) 11.87º 0.52% 0.69% -
XYZ 24.03 19.26 10.84 -
YUV 121.78 106.68 165.96 -
System Red Green Blue C M Y K H S L
Decimal 175 102 84 0 0.42 0.52 0.31 11.87 0.36 0.51
Hex AF 66 54 0 2A 34 1F C 24 33
Octal 257 146 124 0 52 64 37 14 44 63
Binary 10101111 1100110 1010100 0 101010 110100 11111 1100 100100 110011

Color Harmonies of #AF6654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6654

Black with #AF6654

Text Example


Text Example

White with #AF6654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6654; }

 p { color: rgb(175,102,84); }

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

background-color css

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

 a { background-color: rgb(175,102,84); }

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

border-color css

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

 span { border-color: rgb(175,102,84); }

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