Html Css Color HEX #A9534C Apple Blossom

📋 copy color: '#A9534C'

red 169 ◦ green 83 ◦ blue 76

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

Shades of Apple Blossom #A9534C

Tints of Apple Blossom #A9534C

RGB

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

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

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

R = 51.52%
G = 25.3%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#A9534C (or 0xA9534C) is known color: Apple Blossom. HEX triplet: A9, 53 and 4C. RGB value is (169,83,76). Sum of RGB (Red+Green+Blue) = 169+83+76=328 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.52% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 169 - color contains mainly: red. Hex color #A9534C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9534C is #56ACB3. Grayscale: #6C6C6C. Windows color (decimal): -5680308 or 5002153. OLE color: 5002153.

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

Color convert

RGB 169 83 76 -
CMYK 0 0.51 0.55 0.34
HSL 4.52º 0.38% 0.48% -
HSV(B) 4.52º 0.55% 0.66% -
XYZ 20.76 15.14 8.67 -
YUV 107.92 109.99 171.57 -
System Red Green Blue C M Y K H S L
Decimal 169 83 76 0 0.51 0.55 0.34 4.52 0.38 0.48
Hex A9 53 4C 0 33 37 22 5 26 30
Octal 251 123 114 0 63 67 42 5 46 60
Binary 10101001 1010011 1001100 0 110011 110111 100010 101 100110 110000

Color Harmonies of #A9534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9534C

Black with #A9534C

Text Example


Text Example

White with #A9534C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9534C; }

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

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

background-color css

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

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

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

border-color css

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

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

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