Html Css Color HEX #A05348 Crail

📋 copy color: '#A05348'

red 160 ◦ green 83 ◦ blue 72

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

Shades of Crail #A05348

Tints of Crail #A05348

RGB

 RED value IS 160 (62.89% from 255) = 50.79%

 GREEN value IS 83 (32.81% from 255) = 26.35%

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

R = 50.79%
G = 26.35%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#A05348 (or 0xA05348) is known color: Crail. HEX triplet: A0, 53 and 48. RGB value is (160,83,72). Sum of RGB (Red+Green+Blue) = 160+83+72=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A05348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05348 is #5FACB7. Grayscale: #686868. Windows color (decimal): -6270136 or 4740000. OLE color: 4740000.

HSL color Cylindrical-coordinate representation of color #A05348: hue angle of 7.5º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A05348 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 83 72 -
CMYK 0 0.48 0.55 0.37
HSL 7.5º 0.38% 0.45% -
HSV(B) 7.5º 0.55% 0.63% -
XYZ 18.76 14.13 7.87 -
YUV 104.77 109.51 167.39 -
System Red Green Blue C M Y K H S L
Decimal 160 83 72 0 0.48 0.55 0.37 7.5 0.38 0.45
Hex A0 53 48 0 30 37 25 8 26 2D
Octal 240 123 110 0 60 67 45 10 46 55
Binary 10100000 1010011 1001000 0 110000 110111 100101 1000 100110 101101

Color Harmonies of #A05348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05348

Black with #A05348

Text Example


Text Example

White with #A05348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05348; }

 p { color: rgb(160,83,72); }

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

background-color css

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

 a { background-color: rgb(160,83,72); }

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

border-color css

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

 span { border-color: rgb(160,83,72); }

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