Html Css Color HEX #A84C4C Apple Blossom

📋 copy color: '#A84C4C'

red 168 ◦ green 76 ◦ blue 76

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

Shades of Apple Blossom #A84C4C

Tints of Apple Blossom #A84C4C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.75%

 BLUE value IS 76 (30.08% from 255) = 23.75%

R = 52.5%
G = 23.75%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#A84C4C (or 0xA84C4C) is known color: Apple Blossom. HEX triplet: A8, 4C and 4C. RGB value is (168,76,76). Sum of RGB (Red+Green+Blue) = 168+76+76=320 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.5% from 320); Green value is 76 (30.08% from 255 or 23.75% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 168 - color contains mainly: red. Hex color #A84C4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84C4C is #57B3B3. Grayscale: #676767. Windows color (decimal): -5747636 or 5000360. OLE color: 5000360.

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

Color convert

RGB 168 76 76 -
CMYK 0 0.55 0.55 0.34
HSL 0.38% 0.48% -
HSV(B) 0.55% 0.66% -
XYZ 20.04 14.02 8.49 -
YUV 103.51 112.48 174 -
System Red Green Blue C M Y K H S L
Decimal 168 76 76 0 0.55 0.55 0.34 0 0.38 0.48
Hex A8 4C 4C 0 37 37 22 0 26 30
Octal 250 114 114 0 67 67 42 0 46 60
Binary 10101000 1001100 1001100 0 110111 110111 100010 0 100110 110000

Color Harmonies of #A84C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84C4C

Black with #A84C4C

Text Example


Text Example

White with #A84C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84C4C; }

 p { color: rgb(168,76,76); }

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

background-color css

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

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

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

border-color css

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

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

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