Html Css Color HEX #AF6552 Sante Fe

📋 copy color: '#AF6552'

red 175 ◦ green 101 ◦ blue 82

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

Shades of Sante Fe #AF6552

Tints of Sante Fe #AF6552

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.21%

 BLUE value IS 82 (32.42% from 255) = 22.91%

R = 48.88%
G = 28.21%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF6552 (or 0xAF6552) is known color: Sante Fe. HEX triplet: AF, 65 and 52. RGB value is (175,101,82). Sum of RGB (Red+Green+Blue) = 175+101+82=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6552 is #509AAD. Grayscale: #797979. Windows color (decimal): -5282478 or 5399983. OLE color: 5399983.

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

Color convert

RGB 175 101 82 -
CMYK 0 0.42 0.53 0.31
HSL 12.26º 0.37% 0.5% -
HSV(B) 12.26º 0.53% 0.69% -
XYZ 23.86 19.03 10.4 -
YUV 120.96 106.02 166.54 -
System Red Green Blue C M Y K H S L
Decimal 175 101 82 0 0.42 0.53 0.31 12.26 0.37 0.5
Hex AF 65 52 0 2A 35 1F C 25 32
Octal 257 145 122 0 52 65 37 14 45 62
Binary 10101111 1100101 1010010 0 101010 110101 11111 1100 100101 110010

Color Harmonies of #AF6552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6552

Black with #AF6552

Text Example


Text Example

White with #AF6552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6552; }

 p { color: rgb(175,101,82); }

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

background-color css

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

 a { background-color: rgb(175,101,82); }

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

border-color css

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

 span { border-color: rgb(175,101,82); }

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