Html Css Color HEX #A85A44 Crail

📋 copy color: '#A85A44'

red 168 ◦ green 90 ◦ blue 68

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

Shades of Crail #A85A44

Tints of Crail #A85A44

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.61%

 BLUE value IS 68 (26.95% from 255) = 20.86%

R = 51.53%
G = 27.61%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A85A44 (or 0xA85A44) is known color: Crail. HEX triplet: A8, 5A and 44. RGB value is (168,90,68). Sum of RGB (Red+Green+Blue) = 168+90+68=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85A44 is #57A5BB. Grayscale: #6E6E6E. Windows color (decimal): -5744060 or 4479656. OLE color: 4479656.

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

Color convert

RGB 168 90 68 -
CMYK 0 0.46 0.60 0.34
HSL 13.2º 0.42% 0.46% -
HSV(B) 13.2º 0.6% 0.66% -
XYZ 20.85 16.05 7.47 -
YUV 110.81 103.84 168.79 -
System Red Green Blue C M Y K H S L
Decimal 168 90 68 0 0.46 0.60 0.34 13.2 0.42 0.46
Hex A8 5A 44 0 2E 3C 22 D 2A 2E
Octal 250 132 104 0 56 74 42 15 52 56
Binary 10101000 1011010 1000100 0 101110 111100 100010 1101 101010 101110

Color Harmonies of #A85A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85A44

Black with #A85A44

Text Example


Text Example

White with #A85A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85A44; }

 p { color: rgb(168,90,68); }

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

background-color css

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

 a { background-color: rgb(168,90,68); }

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

border-color css

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

 span { border-color: rgb(168,90,68); }

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