Html Css Color HEX #A9514A Apple Blossom

📋 copy color: '#A9514A'

red 169 ◦ green 81 ◦ blue 74

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

Shades of Apple Blossom #A9514A

Tints of Apple Blossom #A9514A

RGB

 RED value IS 169 (66.41% from 255) = 52.16%

 GREEN value IS 81 (32.03% from 255) = 25%

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

R = 52.16%
G = 25%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.34

RGB Variations

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

Color information

#A9514A (or 0xA9514A) is known color: Apple Blossom. HEX triplet: A9, 51 and 4A. RGB value is (169,81,74). Sum of RGB (Red+Green+Blue) = 169+81+74=324 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.16% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 169 - color contains mainly: red. Hex color #A9514A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9514A is #56AEB5. Grayscale: #6A6A6A. Windows color (decimal): -5680822 or 4870569. OLE color: 4870569.

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

Color convert

RGB 169 81 74 -
CMYK 0 0.52 0.56 0.34
HSL 4.42º 0.39% 0.48% -
HSV(B) 4.42º 0.56% 0.66% -
XYZ 20.54 14.81 8.26 -
YUV 106.51 109.65 172.57 -
System Red Green Blue C M Y K H S L
Decimal 169 81 74 0 0.52 0.56 0.34 4.42 0.39 0.48
Hex A9 51 4A 0 34 38 22 4 27 30
Octal 251 121 112 0 64 70 42 4 47 60
Binary 10101001 1010001 1001010 0 110100 111000 100010 100 100111 110000

Color Harmonies of #A9514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9514A

Black with #A9514A

Text Example


Text Example

White with #A9514A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9514A; }

 p { color: rgb(169,81,74); }

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

background-color css

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

 a { background-color: rgb(169,81,74); }

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

border-color css

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

 span { border-color: rgb(169,81,74); }

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