Html Css Color HEX #AF6253 Sante Fe

📋 copy color: '#AF6253'

red 175 ◦ green 98 ◦ blue 83

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

Shades of Sante Fe #AF6253

Tints of Sante Fe #AF6253

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.53%

 BLUE value IS 83 (32.81% from 255) = 23.31%

R = 49.16%
G = 27.53%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF6253 (or 0xAF6253) is known color: Sante Fe. HEX triplet: AF, 62 and 53. RGB value is (175,98,83). Sum of RGB (Red+Green+Blue) = 175+98+83=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6253 is #509DAC. Grayscale: #777777. Windows color (decimal): -5283245 or 5464751. OLE color: 5464751.

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

Color convert

RGB 175 98 83 -
CMYK 0 0.44 0.53 0.31
HSL 9.78º 0.37% 0.51% -
HSV(B) 9.78º 0.53% 0.69% -
XYZ 23.61 18.47 10.51 -
YUV 119.31 107.51 167.72 -
System Red Green Blue C M Y K H S L
Decimal 175 98 83 0 0.44 0.53 0.31 9.78 0.37 0.51
Hex AF 62 53 0 2C 35 1F A 25 33
Octal 257 142 123 0 54 65 37 12 45 63
Binary 10101111 1100010 1010011 0 101100 110101 11111 1010 100101 110011

Color Harmonies of #AF6253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6253

Black with #AF6253

Text Example


Text Example

White with #AF6253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6253; }

 p { color: rgb(175,98,83); }

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

background-color css

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

 a { background-color: rgb(175,98,83); }

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

border-color css

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

 span { border-color: rgb(175,98,83); }

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