Html Css Color HEX #AF623D Tuscany

📋 copy color: '#AF623D'

red 175 ◦ green 98 ◦ blue 61

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

Shades of Tuscany #AF623D

Tints of Tuscany #AF623D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.34%

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

R = 52.4%
G = 29.34%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF623D (or 0xAF623D) is known color: Tuscany. HEX triplet: AF, 62 and 3D. RGB value is (175,98,61). Sum of RGB (Red+Green+Blue) = 175+98+61=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF623D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF623D is #509DC2. Grayscale: #757575. Windows color (decimal): -5283267 or 4022959. OLE color: 4022959.

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

Color convert

RGB 175 98 61 -
CMYK 0 0.44 0.65 0.31
HSL 19.47º 0.48% 0.46% -
HSV(B) 19.47º 0.65% 0.69% -
XYZ 22.89 18.19 6.72 -
YUV 116.81 96.51 169.51 -
System Red Green Blue C M Y K H S L
Decimal 175 98 61 0 0.44 0.65 0.31 19.47 0.48 0.46
Hex AF 62 3D 0 2C 41 1F 13 30 2E
Octal 257 142 75 0 54 101 37 23 60 56
Binary 10101111 1100010 111101 0 101100 1000001 11111 10011 110000 101110

Color Harmonies of #AF623D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF623D

Black with #AF623D

Text Example


Text Example

White with #AF623D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF623D; }

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

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

background-color css

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

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

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

border-color css

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

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

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