Html Css Color HEX #A5574D Crail

📋 copy color: '#A5574D'

red 165 ◦ green 87 ◦ blue 77

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

Shades of Crail #A5574D

Tints of Crail #A5574D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.44%

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

R = 50.15%
G = 26.44%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A5574D (or 0xA5574D) is known color: Crail. HEX triplet: A5, 57 and 4D. RGB value is (165,87,77). Sum of RGB (Red+Green+Blue) = 165+87+77=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A5574D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5574D is #5AA8B2. Grayscale: #6D6D6D. Windows color (decimal): -5941427 or 5068709. OLE color: 5068709.

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

Color convert

RGB 165 87 77 -
CMYK 0 0.47 0.53 0.35
HSL 6.82º 0.36% 0.47% -
HSV(B) 6.82º 0.53% 0.65% -
XYZ 20.26 15.35 8.92 -
YUV 109.18 109.84 167.81 -
System Red Green Blue C M Y K H S L
Decimal 165 87 77 0 0.47 0.53 0.35 6.82 0.36 0.47
Hex A5 57 4D 0 2F 35 23 7 24 2F
Octal 245 127 115 0 57 65 43 7 44 57
Binary 10100101 1010111 1001101 0 101111 110101 100011 111 100100 101111

Color Harmonies of #A5574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5574D

Black with #A5574D

Text Example


Text Example

White with #A5574D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5574D; }

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

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

background-color css

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

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

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

border-color css

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

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

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