Html Css Color HEX #AF633D Tuscany

📋 copy color: '#AF633D'

red 175 ◦ green 99 ◦ blue 61

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

Shades of Tuscany #AF633D

Tints of Tuscany #AF633D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.21%

R = 52.24%
G = 29.55%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF633D (or 0xAF633D) is known color: Tuscany. HEX triplet: AF, 63 and 3D. RGB value is (175,99,61). Sum of RGB (Red+Green+Blue) = 175+99+61=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF633D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF633D is #509CC2. Grayscale: #757575. Windows color (decimal): -5283011 or 4023215. OLE color: 4023215.

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

Color convert

RGB 175 99 61 -
CMYK 0 0.43 0.65 0.31
HSL 20º 0.48% 0.46% -
HSV(B) 20º 0.65% 0.69% -
XYZ 22.98 18.37 6.75 -
YUV 117.39 96.18 169.09 -
System Red Green Blue C M Y K H S L
Decimal 175 99 61 0 0.43 0.65 0.31 20 0.48 0.46
Hex AF 63 3D 0 2B 41 1F 14 30 2E
Octal 257 143 75 0 53 101 37 24 60 56
Binary 10101111 1100011 111101 0 101011 1000001 11111 10100 110000 101110

Color Harmonies of #AF633D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF633D

Black with #AF633D

Text Example


Text Example

White with #AF633D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF633D; }

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

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

background-color css

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

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

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

border-color css

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

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

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