Html Css Color HEX #A85345 Crail

📋 copy color: '#A85345'

red 168 ◦ green 83 ◦ blue 69

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

Shades of Crail #A85345

Tints of Crail #A85345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.56%

R = 52.5%
G = 25.94%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.59

 K value IS 0.34

RGB Variations

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

Color information

#A85345 (or 0xA85345) is known color: Crail. HEX triplet: A8, 53 and 45. RGB value is (168,83,69). Sum of RGB (Red+Green+Blue) = 168+83+69=320 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.5% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 168 - color contains mainly: red. Hex color #A85345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85345 is #57ACBA. Grayscale: #6A6A6A. Windows color (decimal): -5745851 or 4543400. OLE color: 4543400.

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

Color convert

RGB 168 83 69 -
CMYK 0 0.51 0.59 0.34
HSL 8.48º 0.42% 0.46% -
HSV(B) 8.48º 0.59% 0.66% -
XYZ 20.32 14.94 7.44 -
YUV 106.82 106.66 171.64 -
System Red Green Blue C M Y K H S L
Decimal 168 83 69 0 0.51 0.59 0.34 8.48 0.42 0.46
Hex A8 53 45 0 33 3B 22 8 2A 2E
Octal 250 123 105 0 63 73 42 10 52 56
Binary 10101000 1010011 1000101 0 110011 111011 100010 1000 101010 101110

Color Harmonies of #A85345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85345

Black with #A85345

Text Example


Text Example

White with #A85345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85345; }

 p { color: rgb(168,83,69); }

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

background-color css

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

 a { background-color: rgb(168,83,69); }

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

border-color css

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

 span { border-color: rgb(168,83,69); }

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