Html Css Color HEX #AF6251 Sante Fe

📋 copy color: '#AF6251'

red 175 ◦ green 98 ◦ blue 81

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

Shades of Sante Fe #AF6251

Tints of Sante Fe #AF6251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.88%

R = 49.44%
G = 27.68%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF6251 (or 0xAF6251) is known color: Sante Fe. HEX triplet: AF, 62 and 51. RGB value is (175,98,81). Sum of RGB (Red+Green+Blue) = 175+98+81=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6251 is #509DAE. Grayscale: #777777. Windows color (decimal): -5283247 or 5333679. OLE color: 5333679.

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

Color convert

RGB 175 98 81 -
CMYK 0 0.44 0.54 0.31
HSL 10.85º 0.37% 0.5% -
HSV(B) 10.85º 0.54% 0.69% -
XYZ 23.53 18.44 10.1 -
YUV 119.09 106.51 167.88 -
System Red Green Blue C M Y K H S L
Decimal 175 98 81 0 0.44 0.54 0.31 10.85 0.37 0.5
Hex AF 62 51 0 2C 36 1F B 25 32
Octal 257 142 121 0 54 66 37 13 45 62
Binary 10101111 1100010 1010001 0 101100 110110 11111 1011 100101 110010

Color Harmonies of #AF6251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6251

Black with #AF6251

Text Example


Text Example

White with #AF6251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6251; }

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

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

background-color css

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

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

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

border-color css

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

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

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