Html Css Color HEX #A4584C Crail

📋 copy color: '#A4584C'

red 164 ◦ green 88 ◦ blue 76

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

Shades of Crail #A4584C

Tints of Crail #A4584C

RGB

 RED value IS 164 (64.45% from 255) = 50%

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

 BLUE value IS 76 (30.08% from 255) = 23.17%

R = 50%
G = 26.83%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A4584C (or 0xA4584C) is known color: Crail. HEX triplet: A4, 58 and 4C. RGB value is (164,88,76). Sum of RGB (Red+Green+Blue) = 164+88+76=328 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 164 - color contains mainly: red. Hex color #A4584C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4584C is #5BA7B3. Grayscale: #6D6D6D. Windows color (decimal): -6006708 or 5003428. OLE color: 5003428.

HSL color Cylindrical-coordinate representation of color #A4584C: hue angle of 8.18º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A4584C is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 88 76 -
CMYK 0 0.46 0.54 0.36
HSL 8.18º 0.37% 0.47% -
HSV(B) 8.18º 0.54% 0.64% -
XYZ 20.1 15.39 8.75 -
YUV 109.36 109.18 166.98 -
System Red Green Blue C M Y K H S L
Decimal 164 88 76 0 0.46 0.54 0.36 8.18 0.37 0.47
Hex A4 58 4C 0 2E 36 24 8 25 2F
Octal 244 130 114 0 56 66 44 10 45 57
Binary 10100100 1011000 1001100 0 101110 110110 100100 1000 100101 101111

Color Harmonies of #A4584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4584C

Black with #A4584C

Text Example


Text Example

White with #A4584C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4584C; }

 p { color: rgb(164,88,76); }

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

background-color css

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

 a { background-color: rgb(164,88,76); }

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

border-color css

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

 span { border-color: rgb(164,88,76); }

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