Html Css Color HEX #A54C4A Apple Blossom

📋 copy color: '#A54C4A'

red 165 ◦ green 76 ◦ blue 74

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

Shades of Apple Blossom #A54C4A

Tints of Apple Blossom #A54C4A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.13%

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

R = 52.38%
G = 24.13%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A54C4A (or 0xA54C4A) is known color: Apple Blossom. HEX triplet: A5, 4C and 4A. RGB value is (165,76,74). Sum of RGB (Red+Green+Blue) = 165+76+74=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54C4A is #5AB3B5. Grayscale: #666666. Windows color (decimal): -5944246 or 4869285. OLE color: 4869285.

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

Color convert

RGB 165 76 74 -
CMYK 0 0.54 0.55 0.35
HSL 1.32º 0.38% 0.47% -
HSV(B) 1.32º 0.55% 0.65% -
XYZ 19.34 13.66 8.1 -
YUV 102.38 111.99 172.66 -
System Red Green Blue C M Y K H S L
Decimal 165 76 74 0 0.54 0.55 0.35 1.32 0.38 0.47
Hex A5 4C 4A 0 36 37 23 1 26 2F
Octal 245 114 112 0 66 67 43 1 46 57
Binary 10100101 1001100 1001010 0 110110 110111 100011 1 100110 101111

Color Harmonies of #A54C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54C4A

Black with #A54C4A

Text Example


Text Example

White with #A54C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54C4A; }

 p { color: rgb(165,76,74); }

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

background-color css

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

 a { background-color: rgb(165,76,74); }

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

border-color css

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

 span { border-color: rgb(165,76,74); }

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