Html Css Color HEX #A5584D Crail

📋 copy color: '#A5584D'

red 165 ◦ green 88 ◦ blue 77

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

Shades of Crail #A5584D

Tints of Crail #A5584D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.67%

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

R = 50%
G = 26.67%
B = 23.33%

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

#A5584D (or 0xA5584D) is known color: Crail. HEX triplet: A5, 58 and 4D. RGB value is (165,88,77). Sum of RGB (Red+Green+Blue) = 165+88+77=330 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 165 - color contains mainly: red. Hex color #A5584D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5584D is #5AA7B2. Grayscale: #6D6D6D. Windows color (decimal): -5941171 or 5068965. OLE color: 5068965.

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

Color convert

RGB 165 88 77 -
CMYK 0 0.47 0.53 0.35
HSL 7.5º 0.36% 0.47% -
HSV(B) 7.5º 0.53% 0.65% -
XYZ 20.35 15.51 8.94 -
YUV 109.77 109.51 167.39 -
System Red Green Blue C M Y K H S L
Decimal 165 88 77 0 0.47 0.53 0.35 7.5 0.36 0.47
Hex A5 58 4D 0 2F 35 23 8 24 2F
Octal 245 130 115 0 57 65 43 10 44 57
Binary 10100101 1011000 1001101 0 101111 110101 100011 1000 100100 101111

Color Harmonies of #A5584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5584D

Black with #A5584D

Text Example


Text Example

White with #A5584D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5584D; }

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

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

background-color css

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

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

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

border-color css

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

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

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