Html Css Color HEX #A85948 Crail

📋 copy color: '#A85948'

red 168 ◦ green 89 ◦ blue 72

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

Shades of Crail #A85948

Tints of Crail #A85948

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.05%

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

R = 51.06%
G = 27.05%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A85948 (or 0xA85948) is known color: Crail. HEX triplet: A8, 59 and 48. RGB value is (168,89,72). Sum of RGB (Red+Green+Blue) = 168+89+72=329 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.06% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 168 - color contains mainly: red. Hex color #A85948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85948 is #57A6B7. Grayscale: #6E6E6E. Windows color (decimal): -5744312 or 4741544. OLE color: 4741544.

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

Color convert

RGB 168 89 72 -
CMYK 0 0.47 0.57 0.34
HSL 10.63º 0.4% 0.47% -
HSV(B) 10.63º 0.57% 0.66% -
XYZ 20.89 15.94 8.11 -
YUV 110.68 106.17 168.88 -
System Red Green Blue C M Y K H S L
Decimal 168 89 72 0 0.47 0.57 0.34 10.63 0.4 0.47
Hex A8 59 48 0 2F 39 22 B 28 2F
Octal 250 131 110 0 57 71 42 13 50 57
Binary 10101000 1011001 1001000 0 101111 111001 100010 1011 101000 101111

Color Harmonies of #A85948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85948

Black with #A85948

Text Example


Text Example

White with #A85948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85948; }

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

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

background-color css

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

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

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

border-color css

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

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

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