Html Css Color HEX #A74B2E Rose Of Sharon

📋 copy color: '#A74B2E'

red 167 ◦ green 75 ◦ blue 46

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

Shades of Rose Of Sharon #A74B2E

Tints of Rose Of Sharon #A74B2E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.04%

 BLUE value IS 46 (18.36% from 255) = 15.97%

R = 57.99%
G = 26.04%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A74B2E (or 0xA74B2E) is known color: Rose Of Sharon. HEX triplet: A7, 4B and 2E. RGB value is (167,75,46). Sum of RGB (Red+Green+Blue) = 167+75+46=288 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.99% from 288); Green value is 75 (29.69% from 255 or 26.04% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 167 - color contains mainly: red. Hex color #A74B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74B2E is #58B4D1. Grayscale: #636363. Windows color (decimal): -5813458 or 3034023. OLE color: 3034023.

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

Color convert

RGB 167 75 46 -
CMYK 0 0.55 0.72 0.35
HSL 14.38º 0.57% 0.42% -
HSV(B) 14.38º 0.72% 0.65% -
XYZ 18.95 13.44 4.18 -
YUV 99.2 97.98 176.36 -
System Red Green Blue C M Y K H S L
Decimal 167 75 46 0 0.55 0.72 0.35 14.38 0.57 0.42
Hex A7 4B 2E 0 37 48 23 E 39 2A
Octal 247 113 56 0 67 110 43 16 71 52
Binary 10100111 1001011 101110 0 110111 1001000 100011 1110 111001 101010

Color Harmonies of #A74B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74B2E

Black with #A74B2E

Text Example


Text Example

White with #A74B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74B2E; }

 p { color: rgb(167,75,46); }

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

background-color css

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

 a { background-color: rgb(167,75,46); }

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

border-color css

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

 span { border-color: rgb(167,75,46); }

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