Html Css Color HEX #AB624B Tuscany

📋 copy color: '#AB624B'

red 171 ◦ green 98 ◦ blue 75

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

Shades of Tuscany #AB624B

Tints of Tuscany #AB624B

RGB

 RED value IS 171 (67.19% from 255) = 49.71%

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

 BLUE value IS 75 (29.69% from 255) = 21.8%

R = 49.71%
G = 28.49%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB624B (or 0xAB624B) is known color: Tuscany. HEX triplet: AB, 62 and 4B. RGB value is (171,98,75). Sum of RGB (Red+Green+Blue) = 171+98+75=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB624B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB624B is #549DB4. Grayscale: #757575. Windows color (decimal): -5545397 or 4940459. OLE color: 4940459.

HSL color Cylindrical-coordinate representation of color #AB624B: hue angle of 14.38º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB624B is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 98 75 -
CMYK 0 0.43 0.56 0.33
HSL 14.38º 0.39% 0.48% -
HSV(B) 14.38º 0.56% 0.67% -
XYZ 22.43 17.9 8.93 -
YUV 117.21 104.18 166.37 -
System Red Green Blue C M Y K H S L
Decimal 171 98 75 0 0.43 0.56 0.33 14.38 0.39 0.48
Hex AB 62 4B 0 2B 38 21 E 27 30
Octal 253 142 113 0 53 70 41 16 47 60
Binary 10101011 1100010 1001011 0 101011 111000 100001 1110 100111 110000

Color Harmonies of #AB624B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB624B

Black with #AB624B

Text Example


Text Example

White with #AB624B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB624B; }

 p { color: rgb(171,98,75); }

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

background-color css

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

 a { background-color: rgb(171,98,75); }

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

border-color css

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

 span { border-color: rgb(171,98,75); }

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