Html Css Color HEX #A5534E Apple Blossom

📋 copy color: '#A5534E'

red 165 ◦ green 83 ◦ blue 78

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

Shades of Apple Blossom #A5534E

Tints of Apple Blossom #A5534E

RGB

 RED value IS 165 (64.84% from 255) = 50.61%

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

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

R = 50.61%
G = 25.46%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A5534E (or 0xA5534E) is known color: Apple Blossom. HEX triplet: A5, 53 and 4E. RGB value is (165,83,78). Sum of RGB (Red+Green+Blue) = 165+83+78=326 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.61% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 165 - color contains mainly: red. Hex color #A5534E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5534E is #5AACB1. Grayscale: #6B6B6B. Windows color (decimal): -5942450 or 5133221. OLE color: 5133221.

HSL color Cylindrical-coordinate representation of color #A5534E: hue angle of 3.45º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5534E is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 83 78 -
CMYK 0 0.50 0.53 0.35
HSL 3.45º 0.36% 0.48% -
HSV(B) 3.45º 0.53% 0.65% -
XYZ 19.99 14.74 9 -
YUV 106.95 111.67 169.41 -
System Red Green Blue C M Y K H S L
Decimal 165 83 78 0 0.50 0.53 0.35 3.45 0.36 0.48
Hex A5 53 4E 0 32 35 23 3 24 30
Octal 245 123 116 0 62 65 43 3 44 60
Binary 10100101 1010011 1001110 0 110010 110101 100011 11 100100 110000

Color Harmonies of #A5534E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5534E

Black with #A5534E

Text Example


Text Example

White with #A5534E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5534E; }

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

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

background-color css

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

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

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

border-color css

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

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

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