Html Css Color HEX #A85C48 Crail

📋 copy color: '#A85C48'

red 168 ◦ green 92 ◦ blue 72

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

Shades of Crail #A85C48

Tints of Crail #A85C48

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.71%

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

R = 50.6%
G = 27.71%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A85C48 (or 0xA85C48) is known color: Crail. HEX triplet: A8, 5C and 48. RGB value is (168,92,72). Sum of RGB (Red+Green+Blue) = 168+92+72=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A85C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85C48 is #57A3B7. Grayscale: #707070. Windows color (decimal): -5743544 or 4742312. OLE color: 4742312.

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

Color convert

RGB 168 92 72 -
CMYK 0 0.45 0.57 0.34
HSL 12.5º 0.4% 0.47% -
HSV(B) 12.5º 0.57% 0.66% -
XYZ 21.15 16.45 8.19 -
YUV 112.44 105.18 167.63 -
System Red Green Blue C M Y K H S L
Decimal 168 92 72 0 0.45 0.57 0.34 12.5 0.4 0.47
Hex A8 5C 48 0 2D 39 22 C 28 2F
Octal 250 134 110 0 55 71 42 14 50 57
Binary 10101000 1011100 1001000 0 101101 111001 100010 1100 101000 101111

Color Harmonies of #A85C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85C48

Black with #A85C48

Text Example


Text Example

White with #A85C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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