Html Css Color HEX #AF6543 Tuscany

📋 copy color: '#AF6543'

red 175 ◦ green 101 ◦ blue 67

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

Shades of Tuscany #AF6543

Tints of Tuscany #AF6543

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.45%

 BLUE value IS 67 (26.56% from 255) = 19.53%

R = 51.02%
G = 29.45%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF6543 (or 0xAF6543) is known color: Tuscany. HEX triplet: AF, 65 and 43. RGB value is (175,101,67). Sum of RGB (Red+Green+Blue) = 175+101+67=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 67 (26.56% from 255 or 19.53% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6543 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6543 is #509ABC. Grayscale: #777777. Windows color (decimal): -5282493 or 4416943. OLE color: 4416943.

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

Color convert

RGB 175 101 67 -
CMYK 0 0.42 0.62 0.31
HSL 18.89º 0.45% 0.47% -
HSV(B) 18.89º 0.62% 0.69% -
XYZ 23.35 18.83 7.71 -
YUV 119.25 98.52 167.76 -
System Red Green Blue C M Y K H S L
Decimal 175 101 67 0 0.42 0.62 0.31 18.89 0.45 0.47
Hex AF 65 43 0 2A 3E 1F 13 2D 2F
Octal 257 145 103 0 52 76 37 23 55 57
Binary 10101111 1100101 1000011 0 101010 111110 11111 10011 101101 101111

Color Harmonies of #AF6543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6543

Black with #AF6543

Text Example


Text Example

White with #AF6543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6543; }

 p { color: rgb(175,101,67); }

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

background-color css

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

 a { background-color: rgb(175,101,67); }

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

border-color css

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

 span { border-color: rgb(175,101,67); }

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