Html Css Color HEX #A85541 Crail

📋 copy color: '#A85541'

red 168 ◦ green 85 ◦ blue 65

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

Shades of Crail #A85541

Tints of Crail #A85541

RGB

 RED value IS 168 (66.02% from 255) = 52.83%

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

 BLUE value IS 65 (25.78% from 255) = 20.44%

R = 52.83%
G = 26.73%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A85541 (or 0xA85541) is known color: Crail. HEX triplet: A8, 55 and 41. RGB value is (168,85,65). Sum of RGB (Red+Green+Blue) = 168+85+65=318 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.83% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 168 - color contains mainly: red. Hex color #A85541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85541 is #57AABE. Grayscale: #6B6B6B. Windows color (decimal): -5745343 or 4281768. OLE color: 4281768.

HSL color Cylindrical-coordinate representation of color #A85541: hue angle of 11.65º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A85541 is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 85 65 -
CMYK 0 0.49 0.61 0.34
HSL 11.65º 0.44% 0.46% -
HSV(B) 11.65º 0.61% 0.66% -
XYZ 20.35 15.2 6.86 -
YUV 107.54 104 171.13 -
System Red Green Blue C M Y K H S L
Decimal 168 85 65 0 0.49 0.61 0.34 11.65 0.44 0.46
Hex A8 55 41 0 31 3D 22 C 2C 2E
Octal 250 125 101 0 61 75 42 14 54 56
Binary 10101000 1010101 1000001 0 110001 111101 100010 1100 101100 101110

Color Harmonies of #A85541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85541

Black with #A85541

Text Example


Text Example

White with #A85541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85541; }

 p { color: rgb(168,85,65); }

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

background-color css

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

 a { background-color: rgb(168,85,65); }

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

border-color css

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

 span { border-color: rgb(168,85,65); }

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