Html Css Color HEX #AF7656 Sante Fe

📋 copy color: '#AF7656'

red 175 ◦ green 118 ◦ blue 86

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

Shades of Sante Fe #AF7656

Tints of Sante Fe #AF7656

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.13%

 BLUE value IS 86 (33.98% from 255) = 22.69%

R = 46.17%
G = 31.13%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AF7656 (or 0xAF7656) is known color: Sante Fe. HEX triplet: AF, 76 and 56. RGB value is (175,118,86). Sum of RGB (Red+Green+Blue) = 175+118+86=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7656 is #5089A9. Grayscale: #838383. Windows color (decimal): -5278122 or 5666479. OLE color: 5666479.

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

Color convert

RGB 175 118 86 -
CMYK 0 0.33 0.51 0.31
HSL 21.57º 0.36% 0.51% -
HSV(B) 21.57º 0.51% 0.69% -
XYZ 25.84 22.74 11.83 -
YUV 131.4 102.38 159.1 -
System Red Green Blue C M Y K H S L
Decimal 175 118 86 0 0.33 0.51 0.31 21.57 0.36 0.51
Hex AF 76 56 0 21 33 1F 16 24 33
Octal 257 166 126 0 41 63 37 26 44 63
Binary 10101111 1110110 1010110 0 100001 110011 11111 10110 100100 110011

Color Harmonies of #AF7656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7656

Black with #AF7656

Text Example


Text Example

White with #AF7656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7656; }

 p { color: rgb(175,118,86); }

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

background-color css

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

 a { background-color: rgb(175,118,86); }

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

border-color css

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

 span { border-color: rgb(175,118,86); }

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