Html Css Color HEX #AF735C Sante Fe

📋 copy color: '#AF735C'

red 175 ◦ green 115 ◦ blue 92

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

Shades of Sante Fe #AF735C

Tints of Sante Fe #AF735C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.08%

R = 45.81%
G = 30.1%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF735C (or 0xAF735C) is known color: Sante Fe. HEX triplet: AF, 73 and 5C. RGB value is (175,115,92). Sum of RGB (Red+Green+Blue) = 175+115+92=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF735C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF735C is #508CA3. Grayscale: #828282. Windows color (decimal): -5278884 or 6058927. OLE color: 6058927.

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

Color convert

RGB 175 115 92 -
CMYK 0 0.34 0.47 0.31
HSL 16.63º 0.34% 0.52% -
HSV(B) 16.63º 0.47% 0.69% -
XYZ 25.74 22.15 13.04 -
YUV 130.32 106.38 159.87 -
System Red Green Blue C M Y K H S L
Decimal 175 115 92 0 0.34 0.47 0.31 16.63 0.34 0.52
Hex AF 73 5C 0 22 2F 1F 11 22 34
Octal 257 163 134 0 42 57 37 21 42 64
Binary 10101111 1110011 1011100 0 100010 101111 11111 10001 100010 110100

Color Harmonies of #AF735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF735C

Black with #AF735C

Text Example


Text Example

White with #AF735C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF735C; }

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

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

background-color css

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

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

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

border-color css

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

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

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