Html Css Color HEX #A54A29 Rose Of Sharon

📋 copy color: '#A54A29'

red 165 ◦ green 74 ◦ blue 41

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

Shades of Rose Of Sharon #A54A29

Tints of Rose Of Sharon #A54A29

RGB

 RED value IS 165 (64.84% from 255) = 58.93%

 GREEN value IS 74 (29.3% from 255) = 26.43%

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

R = 58.93%
G = 26.43%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A54A29 (or 0xA54A29) is known color: Rose Of Sharon. HEX triplet: A5, 4A and 29. RGB value is (165,74,41). Sum of RGB (Red+Green+Blue) = 165+74+41=280 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.93% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 41 (16.41% from 255 or 14.64% from 280); Max value from RGB is 165 - color contains mainly: red. Hex color #A54A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54A29 is #5AB5D6. Grayscale: #616161. Windows color (decimal): -5944791 or 2706085. OLE color: 2706085.

HSL color Cylindrical-coordinate representation of color #A54A29: hue angle of 15.97º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A54A29 is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 74 41 -
CMYK 0 0.55 0.75 0.35
HSL 15.97º 0.6% 0.4% -
HSV(B) 15.97º 0.75% 0.65% -
XYZ 18.37 13.06 3.65 -
YUV 97.45 96.15 176.18 -
System Red Green Blue C M Y K H S L
Decimal 165 74 41 0 0.55 0.75 0.35 15.97 0.6 0.4
Hex A5 4A 29 0 37 4B 23 10 3C 28
Octal 245 112 51 0 67 113 43 20 74 50
Binary 10100101 1001010 101001 0 110111 1001011 100011 10000 111100 101000

Color Harmonies of #A54A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54A29

Black with #A54A29

Text Example


Text Example

White with #A54A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54A29; }

 p { color: rgb(165,74,41); }

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

background-color css

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

 a { background-color: rgb(165,74,41); }

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

border-color css

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

 span { border-color: rgb(165,74,41); }

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