Html Css Color HEX #A84D40 Apple Blossom

📋 copy color: '#A84D40'

red 168 ◦ green 77 ◦ blue 64

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

Shades of Apple Blossom #A84D40

Tints of Apple Blossom #A84D40

RGB

 RED value IS 168 (66.02% from 255) = 54.37%

 GREEN value IS 77 (30.47% from 255) = 24.92%

 BLUE value IS 64 (25.39% from 255) = 20.71%

R = 54.37%
G = 24.92%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A84D40 (or 0xA84D40) is known color: Apple Blossom. HEX triplet: A8, 4D and 40. RGB value is (168,77,64). Sum of RGB (Red+Green+Blue) = 168+77+64=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A84D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A84D40 is #57B2BF. Grayscale: #666666. Windows color (decimal): -5747392 or 4214184. OLE color: 4214184.

HSL color Cylindrical-coordinate representation of color #A84D40: hue angle of 7.5º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A84D40 is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 77 64 -
CMYK 0 0.54 0.62 0.34
HSL 7.5º 0.45% 0.45% -
HSV(B) 7.5º 0.62% 0.66% -
XYZ 19.73 14 6.51 -
YUV 102.73 106.15 174.56 -
System Red Green Blue C M Y K H S L
Decimal 168 77 64 0 0.54 0.62 0.34 7.5 0.45 0.45
Hex A8 4D 40 0 36 3E 22 8 2D 2D
Octal 250 115 100 0 66 76 42 10 55 55
Binary 10101000 1001101 1000000 0 110110 111110 100010 1000 101101 101101

Color Harmonies of #A84D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84D40

Black with #A84D40

Text Example


Text Example

White with #A84D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84D40; }

 p { color: rgb(168,77,64); }

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

background-color css

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

 a { background-color: rgb(168,77,64); }

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

border-color css

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

 span { border-color: rgb(168,77,64); }

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