Html Css Color HEX #A4534E Apple Blossom

📋 copy color: '#A4534E'

red 164 ◦ green 83 ◦ blue 78

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

Shades of Apple Blossom #A4534E

Tints of Apple Blossom #A4534E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.54%

 BLUE value IS 78 (30.86% from 255) = 24%

R = 50.46%
G = 25.54%
B = 24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A4534E (or 0xA4534E) is known color: Apple Blossom. HEX triplet: A4, 53 and 4E. RGB value is (164,83,78). Sum of RGB (Red+Green+Blue) = 164+83+78=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A4534E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4534E is #5BACB1. Grayscale: #6A6A6A. Windows color (decimal): -6007986 or 5133220. OLE color: 5133220.

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

Color convert

RGB 164 83 78 -
CMYK 0 0.49 0.52 0.36
HSL 3.49º 0.36% 0.47% -
HSV(B) 3.49º 0.52% 0.64% -
XYZ 19.78 14.63 8.99 -
YUV 106.65 111.84 168.91 -
System Red Green Blue C M Y K H S L
Decimal 164 83 78 0 0.49 0.52 0.36 3.49 0.36 0.47
Hex A4 53 4E 0 31 34 24 3 24 2F
Octal 244 123 116 0 61 64 44 3 44 57
Binary 10100100 1010011 1001110 0 110001 110100 100100 11 100100 101111

Color Harmonies of #A4534E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4534E

Black with #A4534E

Text Example


Text Example

White with #A4534E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4534E; }

 p { color: rgb(164,83,78); }

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

background-color css

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

 a { background-color: rgb(164,83,78); }

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

border-color css

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

 span { border-color: rgb(164,83,78); }

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