Html Css Color HEX #A85748 Crail

📋 copy color: '#A85748'

red 168 ◦ green 87 ◦ blue 72

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

Shades of Crail #A85748

Tints of Crail #A85748

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.61%

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

R = 51.38%
G = 26.61%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A85748 (or 0xA85748) is known color: Crail. HEX triplet: A8, 57 and 48. RGB value is (168,87,72). Sum of RGB (Red+Green+Blue) = 168+87+72=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A85748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85748 is #57A8B7. Grayscale: #6D6D6D. Windows color (decimal): -5744824 or 4741032. OLE color: 4741032.

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

Color convert

RGB 168 87 72 -
CMYK 0 0.48 0.57 0.34
HSL 9.38º 0.4% 0.47% -
HSV(B) 9.38º 0.57% 0.66% -
XYZ 20.73 15.61 8.05 -
YUV 109.51 106.84 169.72 -
System Red Green Blue C M Y K H S L
Decimal 168 87 72 0 0.48 0.57 0.34 9.38 0.4 0.47
Hex A8 57 48 0 30 39 22 9 28 2F
Octal 250 127 110 0 60 71 42 11 50 57
Binary 10101000 1010111 1001000 0 110000 111001 100010 1001 101000 101111

Color Harmonies of #A85748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85748

Black with #A85748

Text Example


Text Example

White with #A85748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85748; }

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

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

background-color css

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

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

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

border-color css

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

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

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