Html Css Color HEX #A5604D Crail

📋 copy color: '#A5604D'

red 165 ◦ green 96 ◦ blue 77

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

Shades of Crail #A5604D

Tints of Crail #A5604D

RGB

 RED value IS 165 (64.84% from 255) = 48.82%

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

 BLUE value IS 77 (30.47% from 255) = 22.78%

R = 48.82%
G = 28.4%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A5604D (or 0xA5604D) is known color: Crail. HEX triplet: A5, 60 and 4D. RGB value is (165,96,77). Sum of RGB (Red+Green+Blue) = 165+96+77=338 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.82% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 165 - color contains mainly: red. Hex color #A5604D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5604D is #5A9FB2. Grayscale: #727272. Windows color (decimal): -5939123 or 5071013. OLE color: 5071013.

HSL color Cylindrical-coordinate representation of color #A5604D: hue angle of 12.95º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5604D is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 96 77 -
CMYK 0 0.42 0.53 0.35
HSL 12.95º 0.36% 0.47% -
HSV(B) 12.95º 0.53% 0.65% -
XYZ 21.04 16.9 9.17 -
YUV 114.47 106.86 164.04 -
System Red Green Blue C M Y K H S L
Decimal 165 96 77 0 0.42 0.53 0.35 12.95 0.36 0.47
Hex A5 60 4D 0 2A 35 23 D 24 2F
Octal 245 140 115 0 52 65 43 15 44 57
Binary 10100101 1100000 1001101 0 101010 110101 100011 1101 100100 101111

Color Harmonies of #A5604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5604D

Black with #A5604D

Text Example


Text Example

White with #A5604D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5604D; }

 p { color: rgb(165,96,77); }

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

background-color css

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

 a { background-color: rgb(165,96,77); }

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

border-color css

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

 span { border-color: rgb(165,96,77); }

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