Html Css Color HEX #A4534C Apple Blossom

📋 copy color: '#A4534C'

red 164 ◦ green 83 ◦ blue 76

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

Shades of Apple Blossom #A4534C

Tints of Apple Blossom #A4534C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.53%

R = 50.77%
G = 25.7%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A4534C (or 0xA4534C) is known color: Apple Blossom. HEX triplet: A4, 53 and 4C. RGB value is (164,83,76). Sum of RGB (Red+Green+Blue) = 164+83+76=323 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.77% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 164 - color contains mainly: red. Hex color #A4534C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4534C is #5BACB3. Grayscale: #6A6A6A. Windows color (decimal): -6007988 or 5002148. OLE color: 5002148.

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

Color convert

RGB 164 83 76 -
CMYK 0 0.49 0.54 0.36
HSL 4.77º 0.37% 0.47% -
HSV(B) 4.77º 0.54% 0.64% -
XYZ 19.71 14.6 8.62 -
YUV 106.42 110.84 169.07 -
System Red Green Blue C M Y K H S L
Decimal 164 83 76 0 0.49 0.54 0.36 4.77 0.37 0.47
Hex A4 53 4C 0 31 36 24 5 25 2F
Octal 244 123 114 0 61 66 44 5 45 57
Binary 10100100 1010011 1001100 0 110001 110110 100100 101 100101 101111

Color Harmonies of #A4534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4534C

Black with #A4534C

Text Example


Text Example

White with #A4534C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4534C; }

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

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

background-color css

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

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

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

border-color css

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

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

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