Html Css Color HEX #AF735A Sante Fe

📋 copy color: '#AF735A'

red 175 ◦ green 115 ◦ blue 90

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

Shades of Sante Fe #AF735A

Tints of Sante Fe #AF735A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.68%

R = 46.05%
G = 30.26%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF735A (or 0xAF735A) is known color: Sante Fe. HEX triplet: AF, 73 and 5A. RGB value is (175,115,90). Sum of RGB (Red+Green+Blue) = 175+115+90=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF735A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF735A is #508CA5. Grayscale: #828282. Windows color (decimal): -5278886 or 5927855. OLE color: 5927855.

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

Color convert

RGB 175 115 90 -
CMYK 0 0.34 0.49 0.31
HSL 17.65º 0.35% 0.52% -
HSV(B) 17.65º 0.49% 0.69% -
XYZ 25.66 22.11 12.59 -
YUV 130.09 105.38 160.03 -
System Red Green Blue C M Y K H S L
Decimal 175 115 90 0 0.34 0.49 0.31 17.65 0.35 0.52
Hex AF 73 5A 0 22 31 1F 12 23 34
Octal 257 163 132 0 42 61 37 22 43 64
Binary 10101111 1110011 1011010 0 100010 110001 11111 10010 100011 110100

Color Harmonies of #AF735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF735A

Black with #AF735A

Text Example


Text Example

White with #AF735A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF735A; }

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

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

background-color css

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

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

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

border-color css

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

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

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