Html Css Color HEX #AF7551 Sante Fe

📋 copy color: '#AF7551'

red 175 ◦ green 117 ◦ blue 81

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

Shades of Sante Fe #AF7551

Tints of Sante Fe #AF7551

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.37%

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

R = 46.92%
G = 31.37%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF7551 (or 0xAF7551) is known color: Sante Fe. HEX triplet: AF, 75 and 51. RGB value is (175,117,81). Sum of RGB (Red+Green+Blue) = 175+117+81=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 81 (32.03% from 255 or 21.72% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7551 is #508AAE. Grayscale: #828282. Windows color (decimal): -5278383 or 5338543. OLE color: 5338543.

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

Color convert

RGB 175 117 81 -
CMYK 0 0.33 0.54 0.31
HSL 22.98º 0.37% 0.5% -
HSV(B) 22.98º 0.54% 0.69% -
XYZ 25.53 22.43 10.77 -
YUV 130.24 100.22 159.93 -
System Red Green Blue C M Y K H S L
Decimal 175 117 81 0 0.33 0.54 0.31 22.98 0.37 0.5
Hex AF 75 51 0 21 36 1F 17 25 32
Octal 257 165 121 0 41 66 37 27 45 62
Binary 10101111 1110101 1010001 0 100001 110110 11111 10111 100101 110010

Color Harmonies of #AF7551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7551

Black with #AF7551

Text Example


Text Example

White with #AF7551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7551; }

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

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

background-color css

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

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

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

border-color css

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

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

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