Html Css Color HEX #AF735B Sante Fe

📋 copy color: '#AF735B'

red 175 ◦ green 115 ◦ blue 91

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

Shades of Sante Fe #AF735B

Tints of Sante Fe #AF735B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.18%

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

R = 45.93%
G = 30.18%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF735B (or 0xAF735B) is known color: Sante Fe. HEX triplet: AF, 73 and 5B. RGB value is (175,115,91). Sum of RGB (Red+Green+Blue) = 175+115+91=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF735B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF735B is #508CA4. Grayscale: #828282. Windows color (decimal): -5278885 or 5993391. OLE color: 5993391.

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

Color convert

RGB 175 115 91 -
CMYK 0 0.34 0.48 0.31
HSL 17.14º 0.34% 0.52% -
HSV(B) 17.14º 0.48% 0.69% -
XYZ 25.7 22.13 12.81 -
YUV 130.2 105.88 159.95 -
System Red Green Blue C M Y K H S L
Decimal 175 115 91 0 0.34 0.48 0.31 17.14 0.34 0.52
Hex AF 73 5B 0 22 30 1F 11 22 34
Octal 257 163 133 0 42 60 37 21 42 64
Binary 10101111 1110011 1011011 0 100010 110000 11111 10001 100010 110100

Color Harmonies of #AF735B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF735B

Black with #AF735B

Text Example


Text Example

White with #AF735B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF735B; }

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

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

background-color css

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

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

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

border-color css

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

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

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