Html Css Color HEX #AF7655 Sante Fe

📋 copy color: '#AF7655'

red 175 ◦ green 118 ◦ blue 85

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

Shades of Sante Fe #AF7655

Tints of Sante Fe #AF7655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.49%

R = 46.3%
G = 31.22%
B = 22.49%

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

#AF7655 (or 0xAF7655) is known color: Sante Fe. HEX triplet: AF, 76 and 55. RGB value is (175,118,85). Sum of RGB (Red+Green+Blue) = 175+118+85=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7655 is #5089AA. Grayscale: #838383. Windows color (decimal): -5278123 or 5600943. OLE color: 5600943.

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

Color convert

RGB 175 118 85 -
CMYK 0 0.33 0.51 0.31
HSL 22º 0.36% 0.51% -
HSV(B) 22º 0.51% 0.69% -
XYZ 25.8 22.73 11.62 -
YUV 131.28 101.88 159.18 -
System Red Green Blue C M Y K H S L
Decimal 175 118 85 0 0.33 0.51 0.31 22 0.36 0.51
Hex AF 76 55 0 21 33 1F 16 24 33
Octal 257 166 125 0 41 63 37 26 44 63
Binary 10101111 1110110 1010101 0 100001 110011 11111 10110 100100 110011

Color Harmonies of #AF7655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7655

Black with #AF7655

Text Example


Text Example

White with #AF7655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7655; }

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

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

background-color css

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

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

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

border-color css

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

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

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