Html Css Color HEX #A85029 Rose Of Sharon

📋 copy color: '#A85029'

red 168 ◦ green 80 ◦ blue 41

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

Shades of Rose Of Sharon #A85029

Tints of Rose Of Sharon #A85029

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.68%

 BLUE value IS 41 (16.41% from 255) = 14.19%

R = 58.13%
G = 27.68%
B = 14.19%

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

#A85029 (or 0xA85029) is known color: Rose Of Sharon. HEX triplet: A8, 50 and 29. RGB value is (168,80,41). Sum of RGB (Red+Green+Blue) = 168+80+41=289 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.13% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 168 - color contains mainly: red. Hex color #A85029 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85029 is #57AFD6. Grayscale: #666666. Windows color (decimal): -5746647 or 2707624. OLE color: 2707624.

HSL color Cylindrical-coordinate representation of color #A85029: hue angle of 18.43º degrees, saturation: 0.61, 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 #A85029 is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 80 41 -
CMYK 0 0.52 0.76 0.34
HSL 18.43º 0.61% 0.41% -
HSV(B) 18.43º 0.76% 0.66% -
XYZ 19.42 14.22 3.82 -
YUV 101.87 93.65 175.17 -
System Red Green Blue C M Y K H S L
Decimal 168 80 41 0 0.52 0.76 0.34 18.43 0.61 0.41
Hex A8 50 29 0 34 4C 22 12 3D 29
Octal 250 120 51 0 64 114 42 22 75 51
Binary 10101000 1010000 101001 0 110100 1001100 100010 10010 111101 101001

Color Harmonies of #A85029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85029

Black with #A85029

Text Example


Text Example

White with #A85029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85029; }

 p { color: rgb(168,80,41); }

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

background-color css

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

 a { background-color: rgb(168,80,41); }

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

border-color css

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

 span { border-color: rgb(168,80,41); }

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