Html Css Color HEX #A05342 Crail

📋 copy color: '#A05342'

red 160 ◦ green 83 ◦ blue 66

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

Shades of Crail #A05342

Tints of Crail #A05342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.36%

R = 51.78%
G = 26.86%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A05342 (or 0xA05342) is known color: Crail. HEX triplet: A0, 53 and 42. RGB value is (160,83,66). Sum of RGB (Red+Green+Blue) = 160+83+66=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A05342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05342 is #5FACBD. Grayscale: #686868. Windows color (decimal): -6270142 or 4346784. OLE color: 4346784.

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

Color convert

RGB 160 83 66 -
CMYK 0 0.48 0.59 0.37
HSL 10.85º 0.42% 0.44% -
HSV(B) 10.85º 0.59% 0.63% -
XYZ 18.57 14.05 6.89 -
YUV 104.09 106.51 167.88 -
System Red Green Blue C M Y K H S L
Decimal 160 83 66 0 0.48 0.59 0.37 10.85 0.42 0.44
Hex A0 53 42 0 30 3B 25 B 2A 2C
Octal 240 123 102 0 60 73 45 13 52 54
Binary 10100000 1010011 1000010 0 110000 111011 100101 1011 101010 101100

Color Harmonies of #A05342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05342

Black with #A05342

Text Example


Text Example

White with #A05342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05342; }

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

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

background-color css

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

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

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

border-color css

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

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

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