Html Css Color HEX #AF633B Tuscany

📋 copy color: '#AF633B'

red 175 ◦ green 99 ◦ blue 59

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

Shades of Tuscany #AF633B

Tints of Tuscany #AF633B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.73%

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

R = 52.55%
G = 29.73%
B = 17.72%

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

#AF633B (or 0xAF633B) is known color: Tuscany. HEX triplet: AF, 63 and 3B. RGB value is (175,99,59). Sum of RGB (Red+Green+Blue) = 175+99+59=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 59 (23.44% from 255 or 17.72% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF633B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF633B is #509CC4. Grayscale: #757575. Windows color (decimal): -5283013 or 3892143. OLE color: 3892143.

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

Color convert

RGB 175 99 59 -
CMYK 0 0.43 0.66 0.31
HSL 20.69º 0.5% 0.46% -
HSV(B) 20.69º 0.66% 0.69% -
XYZ 22.93 18.35 6.47 -
YUV 117.16 95.18 169.25 -
System Red Green Blue C M Y K H S L
Decimal 175 99 59 0 0.43 0.66 0.31 20.69 0.5 0.46
Hex AF 63 3B 0 2B 42 1F 15 32 2E
Octal 257 143 73 0 53 102 37 25 62 56
Binary 10101111 1100011 111011 0 101011 1000010 11111 10101 110010 101110

Color Harmonies of #AF633B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF633B

Black with #AF633B

Text Example


Text Example

White with #AF633B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF633B; }

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

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

background-color css

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

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

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

border-color css

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

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

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