Html Css Color HEX #A7532D Rose Of Sharon

📋 copy color: '#A7532D'

red 167 ◦ green 83 ◦ blue 45

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

Shades of Rose Of Sharon #A7532D

Tints of Rose Of Sharon #A7532D

RGB

 RED value IS 167 (65.63% from 255) = 56.61%

 GREEN value IS 83 (32.81% from 255) = 28.14%

 BLUE value IS 45 (17.97% from 255) = 15.25%

R = 56.61%
G = 28.14%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A7532D (or 0xA7532D) is known color: Rose Of Sharon. HEX triplet: A7, 53 and 2D. RGB value is (167,83,45). Sum of RGB (Red+Green+Blue) = 167+83+45=295 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.61% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 167 - color contains mainly: red. Hex color #A7532D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7532D is #58ACD2. Grayscale: #686868. Windows color (decimal): -5811411 or 2970535. OLE color: 2970535.

HSL color Cylindrical-coordinate representation of color #A7532D: hue angle of 18.69º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A7532D is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 83 45 -
CMYK 0 0.50 0.73 0.35
HSL 18.69º 0.58% 0.42% -
HSV(B) 18.69º 0.73% 0.65% -
XYZ 19.5 14.59 4.27 -
YUV 103.78 94.83 173.09 -
System Red Green Blue C M Y K H S L
Decimal 167 83 45 0 0.50 0.73 0.35 18.69 0.58 0.42
Hex A7 53 2D 0 32 49 23 13 3A 2A
Octal 247 123 55 0 62 111 43 23 72 52
Binary 10100111 1010011 101101 0 110010 1001001 100011 10011 111010 101010

Color Harmonies of #A7532D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7532D

Black with #A7532D

Text Example


Text Example

White with #A7532D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7532D; }

 p { color: rgb(167,83,45); }

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

background-color css

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

 a { background-color: rgb(167,83,45); }

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

border-color css

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

 span { border-color: rgb(167,83,45); }

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