Html Css Color HEX #A4514A Apple Blossom

📋 copy color: '#A4514A'

red 164 ◦ green 81 ◦ blue 74

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

Shades of Apple Blossom #A4514A

Tints of Apple Blossom #A4514A

RGB

 RED value IS 164 (64.45% from 255) = 51.41%

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

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

R = 51.41%
G = 25.39%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A4514A (or 0xA4514A) is known color: Apple Blossom. HEX triplet: A4, 51 and 4A. RGB value is (164,81,74). Sum of RGB (Red+Green+Blue) = 164+81+74=319 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.41% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 164 - color contains mainly: red. Hex color #A4514A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4514A is #5BAEB5. Grayscale: #696969. Windows color (decimal): -6008502 or 4870564. OLE color: 4870564.

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

Color convert

RGB 164 81 74 -
CMYK 0 0.51 0.55 0.36
HSL 4.67º 0.38% 0.47% -
HSV(B) 4.67º 0.55% 0.64% -
XYZ 19.49 14.27 8.21 -
YUV 105.02 110.5 170.07 -
System Red Green Blue C M Y K H S L
Decimal 164 81 74 0 0.51 0.55 0.36 4.67 0.38 0.47
Hex A4 51 4A 0 33 37 24 5 26 2F
Octal 244 121 112 0 63 67 44 5 46 57
Binary 10100100 1010001 1001010 0 110011 110111 100100 101 100110 101111

Color Harmonies of #A4514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4514A

Black with #A4514A

Text Example


Text Example

White with #A4514A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4514A; }

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

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

background-color css

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

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

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

border-color css

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

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

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