Html Css Color HEX #AF6038 Tuscany

📋 copy color: '#AF6038'

red 175 ◦ green 96 ◦ blue 56

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

Shades of Tuscany #AF6038

Tints of Tuscany #AF6038

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.36%

 BLUE value IS 56 (22.27% from 255) = 17.13%

R = 53.52%
G = 29.36%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#AF6038 (or 0xAF6038) is known color: Tuscany. HEX triplet: AF, 60 and 38. RGB value is (175,96,56). Sum of RGB (Red+Green+Blue) = 175+96+56=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 56 (22.27% from 255 or 17.13% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6038 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6038 is #509FC7. Grayscale: #737373. Windows color (decimal): -5283784 or 3694767. OLE color: 3694767.

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

Color convert

RGB 175 96 56 -
CMYK 0 0.45 0.68 0.31
HSL 20.17º 0.52% 0.45% -
HSV(B) 20.17º 0.68% 0.69% -
XYZ 22.58 17.77 5.98 -
YUV 115.06 94.67 170.75 -
System Red Green Blue C M Y K H S L
Decimal 175 96 56 0 0.45 0.68 0.31 20.17 0.52 0.45
Hex AF 60 38 0 2D 44 1F 14 34 2D
Octal 257 140 70 0 55 104 37 24 64 55
Binary 10101111 1100000 111000 0 101101 1000100 11111 10100 110100 101101

Color Harmonies of #AF6038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6038

Black with #AF6038

Text Example


Text Example

White with #AF6038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6038; }

 p { color: rgb(175,96,56); }

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

background-color css

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

 a { background-color: rgb(175,96,56); }

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

border-color css

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

 span { border-color: rgb(175,96,56); }

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