Html Css Color HEX #AF623F Tuscany

📋 copy color: '#AF623F'

red 175 ◦ green 98 ◦ blue 63

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

Shades of Tuscany #AF623F

Tints of Tuscany #AF623F

RGB

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

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

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

R = 52.08%
G = 29.17%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF623F (or 0xAF623F) is known color: Tuscany. HEX triplet: AF, 62 and 3F. RGB value is (175,98,63). Sum of RGB (Red+Green+Blue) = 175+98+63=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF623F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF623F is #509DC0. Grayscale: #757575. Windows color (decimal): -5283265 or 4154031. OLE color: 4154031.

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

Color convert

RGB 175 98 63 -
CMYK 0 0.44 0.64 0.31
HSL 18.75º 0.47% 0.47% -
HSV(B) 18.75º 0.64% 0.69% -
XYZ 22.94 18.21 7.01 -
YUV 117.03 97.51 169.35 -
System Red Green Blue C M Y K H S L
Decimal 175 98 63 0 0.44 0.64 0.31 18.75 0.47 0.47
Hex AF 62 3F 0 2C 40 1F 13 2F 2F
Octal 257 142 77 0 54 100 37 23 57 57
Binary 10101111 1100010 111111 0 101100 1000000 11111 10011 101111 101111

Color Harmonies of #AF623F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF623F

Black with #AF623F

Text Example


Text Example

White with #AF623F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF623F; }

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

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

background-color css

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

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

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

border-color css

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

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

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