Html Css Color HEX #AF6352 Sante Fe

📋 copy color: '#AF6352'

red 175 ◦ green 99 ◦ blue 82

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

Shades of Sante Fe #AF6352

Tints of Sante Fe #AF6352

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.81%

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

R = 49.16%
G = 27.81%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF6352 (or 0xAF6352) is known color: Sante Fe. HEX triplet: AF, 63 and 52. RGB value is (175,99,82). Sum of RGB (Red+Green+Blue) = 175+99+82=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6352 is #509CAD. Grayscale: #777777. Windows color (decimal): -5282990 or 5399471. OLE color: 5399471.

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

Color convert

RGB 175 99 82 -
CMYK 0 0.43 0.53 0.31
HSL 10.97º 0.37% 0.5% -
HSV(B) 10.97º 0.53% 0.69% -
XYZ 23.66 18.65 10.33 -
YUV 119.79 106.68 167.38 -
System Red Green Blue C M Y K H S L
Decimal 175 99 82 0 0.43 0.53 0.31 10.97 0.37 0.5
Hex AF 63 52 0 2B 35 1F B 25 32
Octal 257 143 122 0 53 65 37 13 45 62
Binary 10101111 1100011 1010010 0 101011 110101 11111 1011 100101 110010

Color Harmonies of #AF6352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6352

Black with #AF6352

Text Example


Text Example

White with #AF6352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6352; }

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

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

background-color css

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

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

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

border-color css

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

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

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