Html Css Color HEX #A85548 Crail

📋 copy color: '#A85548'

red 168 ◦ green 85 ◦ blue 72

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

Shades of Crail #A85548

Tints of Crail #A85548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.15%

R = 51.69%
G = 26.15%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A85548 (or 0xA85548) is known color: Crail. HEX triplet: A8, 55 and 48. RGB value is (168,85,72). Sum of RGB (Red+Green+Blue) = 168+85+72=325 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.69% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 168 - color contains mainly: red. Hex color #A85548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85548 is #57AAB7. Grayscale: #6C6C6C. Windows color (decimal): -5745336 or 4740520. OLE color: 4740520.

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

Color convert

RGB 168 85 72 -
CMYK 0 0.49 0.57 0.34
HSL 8.13º 0.4% 0.47% -
HSV(B) 8.13º 0.57% 0.66% -
XYZ 20.57 15.29 8 -
YUV 108.34 107.5 170.56 -
System Red Green Blue C M Y K H S L
Decimal 168 85 72 0 0.49 0.57 0.34 8.13 0.4 0.47
Hex A8 55 48 0 31 39 22 8 28 2F
Octal 250 125 110 0 61 71 42 10 50 57
Binary 10101000 1010101 1001000 0 110001 111001 100010 1000 101000 101111

Color Harmonies of #A85548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85548

Black with #A85548

Text Example


Text Example

White with #A85548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85548; }

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

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

background-color css

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

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

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

border-color css

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

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

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