Html Css Color HEX #A85128 Rose Of Sharon

📋 copy color: '#A85128'

red 168 ◦ green 81 ◦ blue 40

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

Shades of Rose Of Sharon #A85128

Tints of Rose Of Sharon #A85128

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.03%

 BLUE value IS 40 (16.02% from 255) = 13.84%

R = 58.13%
G = 28.03%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A85128 (or 0xA85128) is known color: Rose Of Sharon. HEX triplet: A8, 51 and 28. RGB value is (168,81,40). Sum of RGB (Red+Green+Blue) = 168+81+40=289 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.13% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 168 - color contains mainly: red. Hex color #A85128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85128 is #57AED7. Grayscale: #666666. Windows color (decimal): -5746392 or 2642344. OLE color: 2642344.

HSL color Cylindrical-coordinate representation of color #A85128: hue angle of 19.22º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A85128 is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 81 40 -
CMYK 0 0.52 0.76 0.34
HSL 19.22º 0.62% 0.41% -
HSV(B) 19.22º 0.76% 0.66% -
XYZ 19.47 14.36 3.75 -
YUV 102.34 92.82 174.83 -
System Red Green Blue C M Y K H S L
Decimal 168 81 40 0 0.52 0.76 0.34 19.22 0.62 0.41
Hex A8 51 28 0 34 4C 22 13 3E 29
Octal 250 121 50 0 64 114 42 23 76 51
Binary 10101000 1010001 101000 0 110100 1001100 100010 10011 111110 101001

Color Harmonies of #A85128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85128

Black with #A85128

Text Example


Text Example

White with #A85128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85128; }

 p { color: rgb(168,81,40); }

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

background-color css

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

 a { background-color: rgb(168,81,40); }

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

border-color css

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

 span { border-color: rgb(168,81,40); }

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