Html Css Color HEX #AF6252 Sante Fe

📋 copy color: '#AF6252'

red 175 ◦ green 98 ◦ blue 82

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

Shades of Sante Fe #AF6252

Tints of Sante Fe #AF6252

RGB

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

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

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

R = 49.3%
G = 27.61%
B = 23.1%

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

#AF6252 (or 0xAF6252) is known color: Sante Fe. HEX triplet: AF, 62 and 52. RGB value is (175,98,82). Sum of RGB (Red+Green+Blue) = 175+98+82=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6252 is #509DAD. Grayscale: #777777. Windows color (decimal): -5283246 or 5399215. OLE color: 5399215.

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

Color convert

RGB 175 98 82 -
CMYK 0 0.44 0.53 0.31
HSL 10.32º 0.37% 0.5% -
HSV(B) 10.32º 0.53% 0.69% -
XYZ 23.57 18.46 10.3 -
YUV 119.2 107.01 167.8 -
System Red Green Blue C M Y K H S L
Decimal 175 98 82 0 0.44 0.53 0.31 10.32 0.37 0.5
Hex AF 62 52 0 2C 35 1F A 25 32
Octal 257 142 122 0 54 65 37 12 45 62
Binary 10101111 1100010 1010010 0 101100 110101 11111 1010 100101 110010

Color Harmonies of #AF6252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6252

Black with #AF6252

Text Example


Text Example

White with #AF6252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6252; }

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

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

background-color css

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

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

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

border-color css

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

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

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