Html Css Color HEX #AD523F Crail

📋 copy color: '#AD523F'

red 173 ◦ green 82 ◦ blue 63

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

Shades of Crail #AD523F

Tints of Crail #AD523F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.79%

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

R = 54.4%
G = 25.79%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD523F (or 0xAD523F) is known color: Crail. HEX triplet: AD, 52 and 3F. RGB value is (173,82,63). Sum of RGB (Red+Green+Blue) = 173+82+63=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD523F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD523F is #52ADC0. Grayscale: #6B6B6B. Windows color (decimal): -5418433 or 4149933. OLE color: 4149933.

HSL color Cylindrical-coordinate representation of color #AD523F: hue angle of 10.36º 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 #AD523F is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 82 63 -
CMYK 0 0.53 0.64 0.32
HSL 10.36º 0.47% 0.46% -
HSV(B) 10.36º 0.64% 0.68% -
XYZ 21.15 15.28 6.54 -
YUV 107.04 103.15 175.04 -
System Red Green Blue C M Y K H S L
Decimal 173 82 63 0 0.53 0.64 0.32 10.36 0.47 0.46
Hex AD 52 3F 0 35 40 20 A 2F 2E
Octal 255 122 77 0 65 100 40 12 57 56
Binary 10101101 1010010 111111 0 110101 1000000 100000 1010 101111 101110

Color Harmonies of #AD523F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD523F

Black with #AD523F

Text Example


Text Example

White with #AD523F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD523F; }

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

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

background-color css

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

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

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

border-color css

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

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

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