Html Css Color HEX #AF643B Tuscany

📋 copy color: '#AF643B'

red 175 ◦ green 100 ◦ blue 59

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

Shades of Tuscany #AF643B

Tints of Tuscany #AF643B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.94%

 BLUE value IS 59 (23.44% from 255) = 17.66%

R = 52.4%
G = 29.94%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF643B (or 0xAF643B) is known color: Tuscany. HEX triplet: AF, 64 and 3B. RGB value is (175,100,59). Sum of RGB (Red+Green+Blue) = 175+100+59=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF643B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF643B is #509BC4. Grayscale: #757575. Windows color (decimal): -5282757 or 3892399. OLE color: 3892399.

HSL color Cylindrical-coordinate representation of color #AF643B: hue angle of 21.21º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF643B is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 100 59 -
CMYK 0 0.43 0.66 0.31
HSL 21.21º 0.5% 0.46% -
HSV(B) 21.21º 0.66% 0.69% -
XYZ 23.03 18.54 6.5 -
YUV 117.75 94.85 168.83 -
System Red Green Blue C M Y K H S L
Decimal 175 100 59 0 0.43 0.66 0.31 21.21 0.5 0.46
Hex AF 64 3B 0 2B 42 1F 15 32 2E
Octal 257 144 73 0 53 102 37 25 62 56
Binary 10101111 1100100 111011 0 101011 1000010 11111 10101 110010 101110

Color Harmonies of #AF643B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF643B

Black with #AF643B

Text Example


Text Example

White with #AF643B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF643B; }

 p { color: rgb(175,100,59); }

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

background-color css

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

 a { background-color: rgb(175,100,59); }

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

border-color css

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

 span { border-color: rgb(175,100,59); }

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