Html Css Color HEX #A54A28 Rose Of Sharon

📋 copy color: '#A54A28'

red 165 ◦ green 74 ◦ blue 40

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

Shades of Rose Of Sharon #A54A28

Tints of Rose Of Sharon #A54A28

RGB

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

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

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

R = 59.14%
G = 26.52%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A54A28 (or 0xA54A28) is known color: Rose Of Sharon. HEX triplet: A5, 4A and 28. RGB value is (165,74,40). Sum of RGB (Red+Green+Blue) = 165+74+40=279 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.14% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 165 - color contains mainly: red. Hex color #A54A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54A28 is #5AB5D7. Grayscale: #616161. Windows color (decimal): -5944792 or 2640549. OLE color: 2640549.

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

Color convert

RGB 165 74 40 -
CMYK 0 0.55 0.76 0.35
HSL 16.32º 0.61% 0.4% -
HSV(B) 16.32º 0.76% 0.65% -
XYZ 18.35 13.05 3.56 -
YUV 97.33 95.65 176.26 -
System Red Green Blue C M Y K H S L
Decimal 165 74 40 0 0.55 0.76 0.35 16.32 0.61 0.4
Hex A5 4A 28 0 37 4C 23 10 3D 28
Octal 245 112 50 0 67 114 43 20 75 50
Binary 10100101 1001010 101000 0 110111 1001100 100011 10000 111101 101000

Color Harmonies of #A54A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54A28

Black with #A54A28

Text Example


Text Example

White with #A54A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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