Html Css Color HEX #AF7659 Sante Fe

📋 copy color: '#AF7659'

red 175 ◦ green 118 ◦ blue 89

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

Shades of Sante Fe #AF7659

Tints of Sante Fe #AF7659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 23.3%

R = 45.81%
G = 30.89%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF7659 (or 0xAF7659) is known color: Sante Fe. HEX triplet: AF, 76 and 59. RGB value is (175,118,89). Sum of RGB (Red+Green+Blue) = 175+118+89=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 89 (35.16% from 255 or 23.30% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7659 is #5089A6. Grayscale: #838383. Windows color (decimal): -5278119 or 5863087. OLE color: 5863087.

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

Color convert

RGB 175 118 89 -
CMYK 0 0.33 0.49 0.31
HSL 20.23º 0.35% 0.52% -
HSV(B) 20.23º 0.49% 0.69% -
XYZ 25.96 22.79 12.48 -
YUV 131.74 103.88 158.86 -
System Red Green Blue C M Y K H S L
Decimal 175 118 89 0 0.33 0.49 0.31 20.23 0.35 0.52
Hex AF 76 59 0 21 31 1F 14 23 34
Octal 257 166 131 0 41 61 37 24 43 64
Binary 10101111 1110110 1011001 0 100001 110001 11111 10100 100011 110100

Color Harmonies of #AF7659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7659

Black with #AF7659

Text Example


Text Example

White with #AF7659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7659; }

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

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

background-color css

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

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

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

border-color css

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

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

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