Html Css Color HEX #A84D3F Apple Blossom

📋 copy color: '#A84D3F'

red 168 ◦ green 77 ◦ blue 63

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

Shades of Apple Blossom #A84D3F

Tints of Apple Blossom #A84D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.45%

R = 54.55%
G = 25%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A84D3F (or 0xA84D3F) is known color: Apple Blossom. HEX triplet: A8, 4D and 3F. RGB value is (168,77,63). Sum of RGB (Red+Green+Blue) = 168+77+63=308 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.55% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 168 - color contains mainly: red. Hex color #A84D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A84D3F is #57B2C0. Grayscale: #666666. Windows color (decimal): -5747393 or 4148648. OLE color: 4148648.

HSL color Cylindrical-coordinate representation of color #A84D3F: hue angle of 8º 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 #A84D3F is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 77 63 -
CMYK 0 0.54 0.63 0.34
HSL 0.45% 0.45% -
HSV(B) 0.63% 0.66% -
XYZ 19.7 13.99 6.36 -
YUV 102.61 105.65 174.64 -
System Red Green Blue C M Y K H S L
Decimal 168 77 63 0 0.54 0.63 0.34 8 0.45 0.45
Hex A8 4D 3F 0 36 3F 22 8 2D 2D
Octal 250 115 77 0 66 77 42 10 55 55
Binary 10101000 1001101 111111 0 110110 111111 100010 1000 101101 101101

Color Harmonies of #A84D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84D3F

Black with #A84D3F

Text Example


Text Example

White with #A84D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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