Html Css Color HEX #A85A42 Crail

📋 copy color: '#A85A42'

red 168 ◦ green 90 ◦ blue 66

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

Shades of Crail #A85A42

Tints of Crail #A85A42

RGB

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

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

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

R = 51.85%
G = 27.78%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A85A42 (or 0xA85A42) is known color: Crail. HEX triplet: A8, 5A and 42. RGB value is (168,90,66). Sum of RGB (Red+Green+Blue) = 168+90+66=324 (42% of max value = 765). Red value is 168 (66.02% from 255 or 51.85% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85A42 is #57A5BD. Grayscale: #6E6E6E. Windows color (decimal): -5744062 or 4348584. OLE color: 4348584.

HSL color Cylindrical-coordinate representation of color #A85A42: hue angle of 14.12º 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 #A85A42 is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 90 66 -
CMYK 0 0.46 0.61 0.34
HSL 14.12º 0.44% 0.46% -
HSV(B) 14.12º 0.61% 0.66% -
XYZ 20.79 16.03 7.15 -
YUV 110.59 102.84 168.95 -
System Red Green Blue C M Y K H S L
Decimal 168 90 66 0 0.46 0.61 0.34 14.12 0.44 0.46
Hex A8 5A 42 0 2E 3D 22 E 2C 2E
Octal 250 132 102 0 56 75 42 16 54 56
Binary 10101000 1011010 1000010 0 101110 111101 100010 1110 101100 101110

Color Harmonies of #A85A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85A42

Black with #A85A42

Text Example


Text Example

White with #A85A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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