Html Css Color HEX #A35548 Crail

📋 copy color: '#A35548'

red 163 ◦ green 85 ◦ blue 72

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

Shades of Crail #A35548

Tints of Crail #A35548

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.56%

 BLUE value IS 72 (28.52% from 255) = 22.5%

R = 50.94%
G = 26.56%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A35548 (or 0xA35548) is known color: Crail. HEX triplet: A3, 55 and 48. RGB value is (163,85,72). Sum of RGB (Red+Green+Blue) = 163+85+72=320 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.94% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 72 (28.52% from 255 or 22.5% from 320); Max value from RGB is 163 - color contains mainly: red. Hex color #A35548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35548 is #5CAAB7. Grayscale: #6A6A6A. Windows color (decimal): -6073016 or 4740515. OLE color: 4740515.

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

Color convert

RGB 163 85 72 -
CMYK 0 0.48 0.56 0.36
HSL 8.57º 0.39% 0.46% -
HSV(B) 8.57º 0.56% 0.64% -
XYZ 19.52 14.75 7.95 -
YUV 106.84 108.34 168.06 -
System Red Green Blue C M Y K H S L
Decimal 163 85 72 0 0.48 0.56 0.36 8.57 0.39 0.46
Hex A3 55 48 0 30 38 24 9 27 2E
Octal 243 125 110 0 60 70 44 11 47 56
Binary 10100011 1010101 1001000 0 110000 111000 100100 1001 100111 101110

Color Harmonies of #A35548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35548

Black with #A35548

Text Example


Text Example

White with #A35548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35548; }

 p { color: rgb(163,85,72); }

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

background-color css

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

 a { background-color: rgb(163,85,72); }

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

border-color css

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

 span { border-color: rgb(163,85,72); }

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