Html Css Color HEX #A4584A Crail

📋 copy color: '#A4584A'

red 164 ◦ green 88 ◦ blue 74

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

Shades of Crail #A4584A

Tints of Crail #A4584A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.7%

R = 50.31%
G = 26.99%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A4584A (or 0xA4584A) is known color: Crail. HEX triplet: A4, 58 and 4A. RGB value is (164,88,74). Sum of RGB (Red+Green+Blue) = 164+88+74=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A4584A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4584A is #5BA7B5. Grayscale: #6D6D6D. Windows color (decimal): -6006710 or 4872356. OLE color: 4872356.

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

Color convert

RGB 164 88 74 -
CMYK 0 0.46 0.55 0.36
HSL 9.33º 0.38% 0.47% -
HSV(B) 9.33º 0.55% 0.64% -
XYZ 20.04 15.37 8.39 -
YUV 109.13 108.18 167.14 -
System Red Green Blue C M Y K H S L
Decimal 164 88 74 0 0.46 0.55 0.36 9.33 0.38 0.47
Hex A4 58 4A 0 2E 37 24 9 26 2F
Octal 244 130 112 0 56 67 44 11 46 57
Binary 10100100 1011000 1001010 0 101110 110111 100100 1001 100110 101111

Color Harmonies of #A4584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4584A

Black with #A4584A

Text Example


Text Example

White with #A4584A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4584A; }

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

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

background-color css

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

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

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

border-color css

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

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

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