Html Css Color HEX #A3584A Crail

📋 copy color: '#A3584A'

red 163 ◦ green 88 ◦ blue 74

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

Shades of Crail #A3584A

Tints of Crail #A3584A

RGB

 RED value IS 163 (64.06% from 255) = 50.15%

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

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

R = 50.15%
G = 27.08%
B = 22.77%

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

#A3584A (or 0xA3584A) is known color: Crail. HEX triplet: A3, 58 and 4A. RGB value is (163,88,74). Sum of RGB (Red+Green+Blue) = 163+88+74=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A3584A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3584A is #5CA7B5. Grayscale: #6C6C6C. Windows color (decimal): -6072246 or 4872355. OLE color: 4872355.

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

Color convert

RGB 163 88 74 -
CMYK 0 0.46 0.55 0.36
HSL 9.44º 0.38% 0.46% -
HSV(B) 9.44º 0.55% 0.64% -
XYZ 19.83 15.26 8.38 -
YUV 108.83 108.35 166.64 -
System Red Green Blue C M Y K H S L
Decimal 163 88 74 0 0.46 0.55 0.36 9.44 0.38 0.46
Hex A3 58 4A 0 2E 37 24 9 26 2E
Octal 243 130 112 0 56 67 44 11 46 56
Binary 10100011 1011000 1001010 0 101110 110111 100100 1001 100110 101110

Color Harmonies of #A3584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3584A

Black with #A3584A

Text Example


Text Example

White with #A3584A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3584A; }

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

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

background-color css

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

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

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

border-color css

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

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

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