Html Css Color HEX #AF755B Sante Fe

📋 copy color: '#AF755B'

red 175 ◦ green 117 ◦ blue 91

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

Shades of Sante Fe #AF755B

Tints of Sante Fe #AF755B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.76%

R = 45.69%
G = 30.55%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF755B (or 0xAF755B) is known color: Sante Fe. HEX triplet: AF, 75 and 5B. RGB value is (175,117,91). Sum of RGB (Red+Green+Blue) = 175+117+91=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF755B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF755B is #508AA4. Grayscale: #838383. Windows color (decimal): -5278373 or 5993903. OLE color: 5993903.

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

Color convert

RGB 175 117 91 -
CMYK 0 0.33 0.48 0.31
HSL 18.57º 0.34% 0.52% -
HSV(B) 18.57º 0.48% 0.69% -
XYZ 25.93 22.59 12.89 -
YUV 131.38 105.22 159.11 -
System Red Green Blue C M Y K H S L
Decimal 175 117 91 0 0.33 0.48 0.31 18.57 0.34 0.52
Hex AF 75 5B 0 21 30 1F 13 22 34
Octal 257 165 133 0 41 60 37 23 42 64
Binary 10101111 1110101 1011011 0 100001 110000 11111 10011 100010 110100

Color Harmonies of #AF755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF755B

Black with #AF755B

Text Example


Text Example

White with #AF755B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF755B; }

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

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

background-color css

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

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

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

border-color css

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

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

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