Html Css Color HEX #AD553F Crail

📋 copy color: '#AD553F'

red 173 ◦ green 85 ◦ blue 63

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

Shades of Crail #AD553F

Tints of Crail #AD553F

RGB

 RED value IS 173 (67.97% from 255) = 53.89%

 GREEN value IS 85 (33.59% from 255) = 26.48%

 BLUE value IS 63 (25% from 255) = 19.63%

R = 53.89%
G = 26.48%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD553F (or 0xAD553F) is known color: Crail. HEX triplet: AD, 55 and 3F. RGB value is (173,85,63). Sum of RGB (Red+Green+Blue) = 173+85+63=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD553F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD553F is #52AAC0. Grayscale: #6C6C6C. Windows color (decimal): -5417665 or 4150701. OLE color: 4150701.

HSL color Cylindrical-coordinate representation of color #AD553F: hue angle of 12º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD553F is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 85 63 -
CMYK 0 0.51 0.64 0.32
HSL 12º 0.47% 0.46% -
HSV(B) 12º 0.64% 0.68% -
XYZ 21.38 15.74 6.61 -
YUV 108.8 102.15 173.79 -
System Red Green Blue C M Y K H S L
Decimal 173 85 63 0 0.51 0.64 0.32 12 0.47 0.46
Hex AD 55 3F 0 33 40 20 C 2F 2E
Octal 255 125 77 0 63 100 40 14 57 56
Binary 10101101 1010101 111111 0 110011 1000000 100000 1100 101111 101110

Color Harmonies of #AD553F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD553F

Black with #AD553F

Text Example


Text Example

White with #AD553F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD553F; }

 p { color: rgb(173,85,63); }

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

background-color css

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

 a { background-color: rgb(173,85,63); }

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

border-color css

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

 span { border-color: rgb(173,85,63); }

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