Html Css Color HEX #AF623B Tuscany

📋 copy color: '#AF623B'

red 175 ◦ green 98 ◦ blue 59

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

Shades of Tuscany #AF623B

Tints of Tuscany #AF623B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.77%

R = 52.71%
G = 29.52%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF623B (or 0xAF623B) is known color: Tuscany. HEX triplet: AF, 62 and 3B. RGB value is (175,98,59). Sum of RGB (Red+Green+Blue) = 175+98+59=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF623B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF623B is #509DC4. Grayscale: #747474. Windows color (decimal): -5283269 or 3891887. OLE color: 3891887.

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

Color convert

RGB 175 98 59 -
CMYK 0 0.44 0.66 0.31
HSL 20.17º 0.5% 0.46% -
HSV(B) 20.17º 0.66% 0.69% -
XYZ 22.84 18.17 6.44 -
YUV 116.58 95.51 169.67 -
System Red Green Blue C M Y K H S L
Decimal 175 98 59 0 0.44 0.66 0.31 20.17 0.5 0.46
Hex AF 62 3B 0 2C 42 1F 14 32 2E
Octal 257 142 73 0 54 102 37 24 62 56
Binary 10101111 1100010 111011 0 101100 1000010 11111 10100 110010 101110

Color Harmonies of #AF623B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF623B

Black with #AF623B

Text Example


Text Example

White with #AF623B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF623B; }

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

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

background-color css

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

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

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

border-color css

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

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

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