Html Css Color HEX #A3574A Crail

📋 copy color: '#A3574A'

red 163 ◦ green 87 ◦ blue 74

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

Shades of Crail #A3574A

Tints of Crail #A3574A

RGB

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

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

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

R = 50.31%
G = 26.85%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A3574A (or 0xA3574A) is known color: Crail. HEX triplet: A3, 57 and 4A. RGB value is (163,87,74). Sum of RGB (Red+Green+Blue) = 163+87+74=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A3574A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3574A is #5CA8B5. Grayscale: #6C6C6C. Windows color (decimal): -6072502 or 4872099. OLE color: 4872099.

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

Color convert

RGB 163 87 74 -
CMYK 0 0.47 0.55 0.36
HSL 8.76º 0.38% 0.46% -
HSV(B) 8.76º 0.55% 0.64% -
XYZ 19.75 15.1 8.35 -
YUV 108.24 108.68 167.06 -
System Red Green Blue C M Y K H S L
Decimal 163 87 74 0 0.47 0.55 0.36 8.76 0.38 0.46
Hex A3 57 4A 0 2F 37 24 9 26 2E
Octal 243 127 112 0 57 67 44 11 46 56
Binary 10100011 1010111 1001010 0 101111 110111 100100 1001 100110 101110

Color Harmonies of #A3574A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3574A

Black with #A3574A

Text Example


Text Example

White with #A3574A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3574A; }

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

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

background-color css

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

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

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

border-color css

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

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

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