Html Css Color HEX #AF6152 Sante Fe

📋 copy color: '#AF6152'

red 175 ◦ green 97 ◦ blue 82

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

Shades of Sante Fe #AF6152

Tints of Sante Fe #AF6152

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.4%

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

R = 49.44%
G = 27.4%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF6152 (or 0xAF6152) is known color: Sante Fe. HEX triplet: AF, 61 and 52. RGB value is (175,97,82). Sum of RGB (Red+Green+Blue) = 175+97+82=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6152 is #509EAD. Grayscale: #767676. Windows color (decimal): -5283502 or 5398959. OLE color: 5398959.

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

Color convert

RGB 175 97 82 -
CMYK 0 0.45 0.53 0.31
HSL 9.68º 0.37% 0.5% -
HSV(B) 9.68º 0.53% 0.69% -
XYZ 23.48 18.27 10.27 -
YUV 118.61 107.34 168.22 -
System Red Green Blue C M Y K H S L
Decimal 175 97 82 0 0.45 0.53 0.31 9.68 0.37 0.5
Hex AF 61 52 0 2D 35 1F A 25 32
Octal 257 141 122 0 55 65 37 12 45 62
Binary 10101111 1100001 1010010 0 101101 110101 11111 1010 100101 110010

Color Harmonies of #AF6152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6152

Black with #AF6152

Text Example


Text Example

White with #AF6152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6152; }

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

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

background-color css

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

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

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

border-color css

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

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

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