Html Css Color HEX #AF633F Tuscany

📋 copy color: '#AF633F'

red 175 ◦ green 99 ◦ blue 63

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

Shades of Tuscany #AF633F

Tints of Tuscany #AF633F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.69%

R = 51.93%
G = 29.38%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF633F (or 0xAF633F) is known color: Tuscany. HEX triplet: AF, 63 and 3F. RGB value is (175,99,63). Sum of RGB (Red+Green+Blue) = 175+99+63=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF633F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF633F is #509CC0. Grayscale: #757575. Windows color (decimal): -5283009 or 4154287. OLE color: 4154287.

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

Color convert

RGB 175 99 63 -
CMYK 0 0.43 0.64 0.31
HSL 19.29º 0.47% 0.47% -
HSV(B) 19.29º 0.64% 0.69% -
XYZ 23.04 18.4 7.04 -
YUV 117.62 97.18 168.93 -
System Red Green Blue C M Y K H S L
Decimal 175 99 63 0 0.43 0.64 0.31 19.29 0.47 0.47
Hex AF 63 3F 0 2B 40 1F 13 2F 2F
Octal 257 143 77 0 53 100 37 23 57 57
Binary 10101111 1100011 111111 0 101011 1000000 11111 10011 101111 101111

Color Harmonies of #AF633F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF633F

Black with #AF633F

Text Example


Text Example

White with #AF633F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF633F; }

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

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

background-color css

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

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

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

border-color css

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

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

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