Html Css Color HEX #AF6545 Tuscany

📋 copy color: '#AF6545'

red 175 ◦ green 101 ◦ blue 69

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

Shades of Tuscany #AF6545

Tints of Tuscany #AF6545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20%

R = 50.72%
G = 29.28%
B = 20%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#AF6545 (or 0xAF6545) is known color: Tuscany. HEX triplet: AF, 65 and 45. RGB value is (175,101,69). Sum of RGB (Red+Green+Blue) = 175+101+69=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6545 is #509ABA. Grayscale: #777777. Windows color (decimal): -5282491 or 4548015. OLE color: 4548015.

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

Color convert

RGB 175 101 69 -
CMYK 0 0.42 0.61 0.31
HSL 18.11º 0.43% 0.48% -
HSV(B) 18.11º 0.61% 0.69% -
XYZ 23.41 18.85 8.04 -
YUV 119.48 99.52 167.6 -
System Red Green Blue C M Y K H S L
Decimal 175 101 69 0 0.42 0.61 0.31 18.11 0.43 0.48
Hex AF 65 45 0 2A 3D 1F 12 2B 30
Octal 257 145 105 0 52 75 37 22 53 60
Binary 10101111 1100101 1000101 0 101010 111101 11111 10010 101011 110000

Color Harmonies of #AF6545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6545

Black with #AF6545

Text Example


Text Example

White with #AF6545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6545; }

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

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

background-color css

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

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

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

border-color css

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

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

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