Html Css Color HEX #A84F43 Apple Blossom

📋 copy color: '#A84F43'

red 168 ◦ green 79 ◦ blue 67

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

Shades of Apple Blossom #A84F43

Tints of Apple Blossom #A84F43

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.16%

 BLUE value IS 67 (26.56% from 255) = 21.34%

R = 53.5%
G = 25.16%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A84F43 (or 0xA84F43) is known color: Apple Blossom. HEX triplet: A8, 4F and 43. RGB value is (168,79,67). Sum of RGB (Red+Green+Blue) = 168+79+67=314 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.50% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 67 (26.56% from 255 or 21.34% from 314); Max value from RGB is 168 - color contains mainly: red. Hex color #A84F43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A84F43 is #57B0BC. Grayscale: #686868. Windows color (decimal): -5746877 or 4411304. OLE color: 4411304.

HSL color Cylindrical-coordinate representation of color #A84F43: hue angle of 7.13º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A84F43 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 79 67 -
CMYK 0 0.53 0.60 0.34
HSL 7.13º 0.43% 0.46% -
HSV(B) 7.13º 0.6% 0.66% -
XYZ 19.96 14.32 7.02 -
YUV 104.24 106.99 173.48 -
System Red Green Blue C M Y K H S L
Decimal 168 79 67 0 0.53 0.60 0.34 7.13 0.43 0.46
Hex A8 4F 43 0 35 3C 22 7 2B 2E
Octal 250 117 103 0 65 74 42 7 53 56
Binary 10101000 1001111 1000011 0 110101 111100 100010 111 101011 101110

Color Harmonies of #A84F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84F43

Black with #A84F43

Text Example


Text Example

White with #A84F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84F43; }

 p { color: rgb(168,79,67); }

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

background-color css

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

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

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

border-color css

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

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

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