Html Css Color HEX #A74E4A Apple Blossom

📋 copy color: '#A74E4A'

red 167 ◦ green 78 ◦ blue 74

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

Shades of Apple Blossom #A74E4A

Tints of Apple Blossom #A74E4A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.45%

 BLUE value IS 74 (29.3% from 255) = 23.2%

R = 52.35%
G = 24.45%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A74E4A (or 0xA74E4A) is known color: Apple Blossom. HEX triplet: A7, 4E and 4A. RGB value is (167,78,74). Sum of RGB (Red+Green+Blue) = 167+78+74=319 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.35% from 319); Green value is 78 (30.86% from 255 or 24.45% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 167 - color contains mainly: red. Hex color #A74E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A74E4A is #58B1B5. Grayscale: #686868. Windows color (decimal): -5812662 or 4869799. OLE color: 4869799.

HSL color Cylindrical-coordinate representation of color #A74E4A: hue angle of 2.58º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A74E4A is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 78 74 -
CMYK 0 0.53 0.56 0.35
HSL 2.58º 0.39% 0.47% -
HSV(B) 2.58º 0.56% 0.65% -
XYZ 19.9 14.16 8.16 -
YUV 104.16 110.99 172.83 -
System Red Green Blue C M Y K H S L
Decimal 167 78 74 0 0.53 0.56 0.35 2.58 0.39 0.47
Hex A7 4E 4A 0 35 38 23 3 27 2F
Octal 247 116 112 0 65 70 43 3 47 57
Binary 10100111 1001110 1001010 0 110101 111000 100011 11 100111 101111

Color Harmonies of #A74E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74E4A

Black with #A74E4A

Text Example


Text Example

White with #A74E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74E4A; }

 p { color: rgb(167,78,74); }

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

background-color css

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

 a { background-color: rgb(167,78,74); }

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

border-color css

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

 span { border-color: rgb(167,78,74); }

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