Html Css Color HEX #A6544A Apple Blossom

📋 copy color: '#A6544A'

red 166 ◦ green 84 ◦ blue 74

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

Shades of Apple Blossom #A6544A

Tints of Apple Blossom #A6544A

RGB

 RED value IS 166 (65.23% from 255) = 51.23%

 GREEN value IS 84 (33.2% from 255) = 25.93%

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

R = 51.23%
G = 25.93%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A6544A (or 0xA6544A) is known color: Apple Blossom. HEX triplet: A6, 54 and 4A. RGB value is (166,84,74). Sum of RGB (Red+Green+Blue) = 166+84+74=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A6544A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6544A is #59ABB5. Grayscale: #6B6B6B. Windows color (decimal): -5876662 or 4871334. OLE color: 4871334.

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

Color convert

RGB 166 84 74 -
CMYK 0 0.49 0.55 0.35
HSL 6.52º 0.38% 0.47% -
HSV(B) 6.52º 0.55% 0.65% -
XYZ 20.13 14.94 8.3 -
YUV 107.38 109.17 169.81 -
System Red Green Blue C M Y K H S L
Decimal 166 84 74 0 0.49 0.55 0.35 6.52 0.38 0.47
Hex A6 54 4A 0 31 37 23 7 26 2F
Octal 246 124 112 0 61 67 43 7 46 57
Binary 10100110 1010100 1001010 0 110001 110111 100011 111 100110 101111

Color Harmonies of #A6544A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6544A

Black with #A6544A

Text Example


Text Example

White with #A6544A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6544A; }

 p { color: rgb(166,84,74); }

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

background-color css

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

 a { background-color: rgb(166,84,74); }

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

border-color css

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

 span { border-color: rgb(166,84,74); }

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