Html Css Color HEX #AD604F Crail

📋 copy color: '#AD604F'

red 173 ◦ green 96 ◦ blue 79

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

Shades of Crail #AD604F

Tints of Crail #AD604F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.59%

 BLUE value IS 79 (31.25% from 255) = 22.7%

R = 49.71%
G = 27.59%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD604F (or 0xAD604F) is known color: Crail. HEX triplet: AD, 60 and 4F. RGB value is (173,96,79). Sum of RGB (Red+Green+Blue) = 173+96+79=348 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.71% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 173 - color contains mainly: red. Hex color #AD604F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD604F is #529FB0. Grayscale: #757575. Windows color (decimal): -5414833 or 5202093. OLE color: 5202093.

HSL color Cylindrical-coordinate representation of color #AD604F: hue angle of 10.85º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD604F is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 96 79 -
CMYK 0 0.45 0.54 0.32
HSL 10.85º 0.37% 0.49% -
HSV(B) 10.85º 0.54% 0.68% -
XYZ 22.83 17.81 9.63 -
YUV 117.09 106.51 167.88 -
System Red Green Blue C M Y K H S L
Decimal 173 96 79 0 0.45 0.54 0.32 10.85 0.37 0.49
Hex AD 60 4F 0 2D 36 20 B 25 31
Octal 255 140 117 0 55 66 40 13 45 61
Binary 10101101 1100000 1001111 0 101101 110110 100000 1011 100101 110001

Color Harmonies of #AD604F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD604F

Black with #AD604F

Text Example


Text Example

White with #AD604F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD604F; }

 p { color: rgb(173,96,79); }

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

background-color css

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

 a { background-color: rgb(173,96,79); }

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

border-color css

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

 span { border-color: rgb(173,96,79); }

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