Html Css Color HEX #A45678 Royal Heath

📋 copy color: '#A45678'

red 164 ◦ green 86 ◦ blue 120

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

Shades of Royal Heath #A45678

Tints of Royal Heath #A45678

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.24%

 BLUE value IS 120 (47.27% from 255) = 32.43%

R = 44.32%
G = 23.24%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A45678 (or 0xA45678) is known color: Royal Heath. HEX triplet: A4, 56 and 78. RGB value is (164,86,120). Sum of RGB (Red+Green+Blue) = 164+86+120=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A45678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45678 is #5BA987. Grayscale: #717171. Windows color (decimal): -6007176 or 7886500. OLE color: 7886500.

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

Color convert

RGB 164 86 120 -
CMYK 0 0.48 0.27 0.36
HSL 333.85º 0.31% 0.49% -
HSV(B) 333.85º 0.48% 0.64% -
XYZ 22.03 15.9 19.68 -
YUV 113.2 131.84 164.24 -
System Red Green Blue C M Y K H S L
Decimal 164 86 120 0 0.48 0.27 0.36 333.85 0.31 0.49
Hex A4 56 78 0 30 1B 24 14E 1F 31
Octal 244 126 170 0 60 33 44 516 37 61
Binary 10100100 1010110 1111000 0 110000 11011 100100 101001110 11111 110001

Color Harmonies of #A45678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45678

Black with #A45678

Text Example


Text Example

White with #A45678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45678; }

 p { color: rgb(164,86,120); }

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

background-color css

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

 a { background-color: rgb(164,86,120); }

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

border-color css

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

 span { border-color: rgb(164,86,120); }

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