Html Css Color HEX #AF6238 Tuscany

📋 copy color: '#AF6238'

red 175 ◦ green 98 ◦ blue 56

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

Shades of Tuscany #AF6238

Tints of Tuscany #AF6238

RGB

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

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

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

R = 53.19%
G = 29.79%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#AF6238 (or 0xAF6238) is known color: Tuscany. HEX triplet: AF, 62 and 38. RGB value is (175,98,56). Sum of RGB (Red+Green+Blue) = 175+98+56=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 56 (22.27% from 255 or 17.02% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6238 is #509DC7. Grayscale: #747474. Windows color (decimal): -5283272 or 3695279. OLE color: 3695279.

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

Color convert

RGB 175 98 56 -
CMYK 0 0.44 0.68 0.31
HSL 21.18º 0.52% 0.45% -
HSV(B) 21.18º 0.68% 0.69% -
XYZ 22.76 18.13 6.04 -
YUV 116.24 94.01 169.92 -
System Red Green Blue C M Y K H S L
Decimal 175 98 56 0 0.44 0.68 0.31 21.18 0.52 0.45
Hex AF 62 38 0 2C 44 1F 15 34 2D
Octal 257 142 70 0 54 104 37 25 64 55
Binary 10101111 1100010 111000 0 101100 1000100 11111 10101 110100 101101

Color Harmonies of #AF6238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6238

Black with #AF6238

Text Example


Text Example

White with #AF6238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6238; }

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

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

background-color css

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

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

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

border-color css

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

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

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